Navigation
API > API/Plugins > API/Plugins/ContextualAnimationEditor
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FBindingContext
- TCommands
- FContextualAnimAssetEditorCommands
References
| Module | ContextualAnimationEditor |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimationEditor/Public/ContextualAnimAssetEditorCommands.h |
| Include | #include "ContextualAnimAssetEditorCommands.h" |
Syntax
class FContextualAnimAssetEditorCommands : public TCommands< FContextualAnimAssetEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | NewAnimSet | ||
| TSharedPtr< FUICommandInfo > | ResetPreviewScene | ||
| TSharedPtr< FUICommandInfo > | ShowEntryPosesActiveSet | ||
| TSharedPtr< FUICommandInfo > | ShowEntryPosesAllSets | ||
| TSharedPtr< FUICommandInfo > | ShowEntryPosesNone | ||
| TSharedPtr< FUICommandInfo > | ShowIKTargetsDrawAll | ||
| TSharedPtr< FUICommandInfo > | ShowIKTargetsDrawNone | ||
| TSharedPtr< FUICommandInfo > | ShowIKTargetsDrawSelected | ||
| TSharedPtr< FUICommandInfo > | ShowSelectionCriteriaActiveSet | ||
| TSharedPtr< FUICommandInfo > | ShowSelectionCriteriaAllSets | ||
| TSharedPtr< FUICommandInfo > | ShowSelectionCriteriaNone | ||
| TSharedPtr< FUICommandInfo > | Simulate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |