Navigation
API > API/Plugins > API/Plugins/BaseCharacterFXEditor
Home for FUICommandInfos used by the editor
| Name | TBaseCharacterFXEditorCommands |
| Type | class |
| Header File | /Engine/Plugins/Experimental/CharacterFXEditor/BaseCharacterFXEditor/Source/BaseCharacterFXEditor/Public/BaseCharacterFXEditorCommands.h |
| Include Path | #include "BaseCharacterFXEditorCommands.h" |
Syntax
template<typename CommandContextType>
class TBaseCharacterFXEditorCommands : public TInteractiveToolCommands< CommandContextType >
Inheritance Hierarchy
- TInteractiveToolCommands< CommandContextType > → TBaseCharacterFXEditorCommands
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBaseCharacterFXEditorCommands
(
const FName InContextName, |
Call this from subclass default constructor. | BaseCharacterFXEditorCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AcceptOrCompleteActiveTool | TSharedPtr< FUICommandInfo > | BaseCharacterFXEditorCommands.h | ||
| CancelOrCompleteActiveTool | TSharedPtr< FUICommandInfo > | BaseCharacterFXEditorCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
If you override this function, call this base version to set up Accept/Cancel buttons. | BaseCharacterFXEditorCommands.h |