Navigation
API > API/Plugins > API/Plugins/BaseCharacterFXEditor
Inheritance Hierarchy
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 >
Home for FUICommandInfos used by the editor
Variables
Constructors
| |
Type |
Name |
Description |
 |
|
|
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. |