Navigation
API > API/Plugins > API/Plugins/BaseCharacterFXEditor
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- TInteractiveToolCommands
- TBaseCharacterFXEditorCommands
- FExampleCharacterFXEditorCommands
References
| Module | BaseCharacterFXEditor |
| Header | /Engine/Plugins/Experimental/CharacterFXEditor/BaseCharacterFXEditor/Source/BaseCharacterFXEditor/Public/BaseCharacterFXEditorCommands.h |
| Include | #include "BaseCharacterFXEditorCommands.h" |
Syntax
template<typename CommandContextType>
class TBaseCharacterFXEditorCommands : public TInteractiveToolCommands< CommandContextType >
Remarks
Home for FUICommandInfos used by the editor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | AcceptOrCompleteActiveTool | ||
| TSharedPtr< FUICommandInfo > | CancelOrCompleteActiveTool |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBaseCharacterFXEditorCommands
(
const FName InContextName, |
Call this from subclass default constructor. |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | If you override this function, call this base version to set up Accept/Cancel buttons. |