Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FMotionTrailCommands
References
| Module | SequencerAnimTools |
| Header | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/MotionTrailTool.h |
| Include | #include "MotionTrailTool.h" |
Syntax
class FMotionTrailCommands : public TCommands< FMotionTrailCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > | Commands | ||
| TSharedPtr< FUICommandInfo > | FrameSelection | Frame the selection | |
| TSharedPtr< FUICommandInfo > | TranslateSelectedKeysLeft | Move selected keys one frame left | |
| TSharedPtr< FUICommandInfo > | TranslateSelectedKeysRight | Move seleced keys one frame right |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > & | GetCommands () |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |