Navigation
API > API/Plugins > API/Plugins/PoseSearchEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FDatabaseEditorCommands
References
| Module | PoseSearchEditor |
| Header | /Engine/Plugins/Experimental/Animation/PoseSearch/Source/Editor/Public/PoseSearchDatabaseEditorCommands.h |
| Include | #include "PoseSearchDatabaseEditorCommands.h" |
Syntax
class FDatabaseEditorCommands : public TCommands< FDatabaseEditorCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | ShowAnimationOriginalAndMirrored | ||
| TSharedPtr< FUICommandInfo > | ShowAnimationOriginalOnly | ||
| TSharedPtr< FUICommandInfo > | ShowBones | ||
| TSharedPtr< FUICommandInfo > | ShowDisplayRootMotionSpeed | ||
| TSharedPtr< FUICommandInfo > | ShowPoseFeaturesAll | ||
| TSharedPtr< FUICommandInfo > | ShowPoseFeaturesDetailed | ||
| TSharedPtr< FUICommandInfo > | ShowPoseFeaturesNone | ||
| TSharedPtr< FUICommandInfo > | ShowQuantizeAnimationToPoseData |
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. |