Navigation
API > API/Plugins > API/Plugins/SequencerAnimTools
| Name | FEditPivotCommands |
| Type | class |
| Header File | /Engine/Plugins/Editor/SequencerAnimTools/Source/SequencerAnimTools/Public/SequencerAnimEditPivotTool.h |
| Include Path | #include "SequencerAnimEditPivotTool.h" |
Syntax
class FEditPivotCommands : public TCommands< FEditPivotCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FEditPivotCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEditPivotCommands() |
SequencerAnimEditPivotTool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Commands | TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > | SequencerAnimEditPivotTool.h | ||
| ResetPivot | TSharedPtr< FUICommandInfo > | Reset the Pivot | SequencerAnimEditPivotTool.h | |
| ToggleFreePivot | TSharedPtr< FUICommandInfo > | Toggle Free/Pivot Mode | SequencerAnimEditPivotTool.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
SequencerAnimEditPivotTool.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TMap< FName, TArray< TSharedPtr< FUICommandInfo > > > & GetCommands() |
SequencerAnimEditPivotTool.h |