Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FEditPivotCommands
References
| Module | SequencerAnimTools |
| Header | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/SequencerAnimEditPivotTool.h |
| Include | #include "SequencerAnimEditPivotTool.h" |
Syntax
class FEditPivotCommands : public TCommands< FEditPivotCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > | Commands | ||
| TSharedPtr< FUICommandInfo > | ResetPivot | Reset the Pivot | |
| TSharedPtr< FUICommandInfo > | ToggleFreePivot | Toggle Free/Pivot Mode |
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. |