Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
Allows the user to move the slider
- 100% to the left (FTweeningUtilsCommands::SetSliderLeft)
- 100% to the right (FTweeningUtilsCommands::SetSliderRight) while indirectly moving the slider (
| |
|
| Name |
FMoveSliderByHotkeyController |
| Type |
class |
| Header File |
/Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/Widgets/MVC/MoveSliderByHotkeyController.h |
| Include Path |
#include "Widgets/MVC/MoveSliderByHotkeyController.h" |
Syntax
class FMoveSliderByHotkeyController : public FNoncopyable
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Widgets/MVC/MoveSliderByHotkeyController.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
~FMoveSliderByHotkeyController()
|
|
Widgets/MVC/MoveSliderByHotkeyController.h |
|
Structs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ActiveCommand |
TPimplPtr< FActiveCommandOverride > |
Set while one of the commands is pressed down. Becomes unset when the command chord goes up. |
Widgets/MVC/MoveSliderByHotkeyController.h |
|
| TweenModelAttr |
const TAttribute< FTweenModel * > |
Does the actual blending. |
Widgets/MVC/MoveSliderByHotkeyController.h |
|
| WeakCommandList |
const TWeakPtr< FUICommandList > |
The command list that the commands are bound to. |
Widgets/MVC/MoveSliderByHotkeyController.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TOptional< float > GetCurrentSliderPosition()
|
|
Widgets/MVC/MoveSliderByHotkeyController.h |
|