Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
| Name | FMotionTrailCommands |
| Type | class |
| Header File | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/MotionTrailTool.h |
| Include Path | #include "MotionTrailTool.h" |
Syntax
class FMotionTrailCommands : public TCommands< FMotionTrailCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FMotionTrailCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMotionTrailCommands() |
MotionTrailTool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Commands | TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > | MotionTrailTool.h | ||
| DeselectAll | TSharedPtr< FUICommandInfo > | Deselect All | MotionTrailTool.h | |
| FrameSelection | TSharedPtr< FUICommandInfo > | Frame the selection | MotionTrailTool.h | |
| TranslateSelectedKeysLeft | TSharedPtr< FUICommandInfo > | Move selected keys one frame left | MotionTrailTool.h | |
| TranslateSelectedKeysRight | TSharedPtr< FUICommandInfo > | Move seleced keys one frame right | MotionTrailTool.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
MotionTrailTool.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > & GetCommands() |
MotionTrailTool.h |