Navigation
API > API/Plugins > API/Plugins/ExampleCharacterFXEditor
| |
|
| Name |
FExampleCharacterFXEditorCommands |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/CharacterFXEditor/ExampleCharacterFXEditor/Source/ExampleCharacterFXEditor/Public/ExampleCharacterFXEditorCommands.h |
| Include Path |
#include "ExampleCharacterFXEditorCommands.h" |
Syntax
class FExampleCharacterFXEditorCommands : public TBaseCharacterFXEditorCommands< FExampleCharacterFXEditorCommands >
Inheritance Hierarchy
- TBaseCharacterFXEditorCommands< FExampleCharacterFXEditorCommands > → FExampleCharacterFXEditorCommands
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FExampleCharacterFXEditorCommands()
|
|
ExampleCharacterFXEditorCommands.h |
|
Constants
| Name |
Type |
Remarks |
Include Path |
| BeginAttributeEditorToolIdentifier |
const FString |
|
ExampleCharacterFXEditorCommands.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BeginAttributeEditorTool |
TSharedPtr< FUICommandInfo > |
|
ExampleCharacterFXEditorCommands.h |
|
| OpenCharacterFXEditor |
TSharedPtr< FUICommandInfo > |
|
ExampleCharacterFXEditorCommands.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void GetToolDefaultObjectList
(
TArray< UInteractiveTool* >& ToolCDOs
)
|
|
ExampleCharacterFXEditorCommands.h |
|
virtual void RegisterCommands()
|
|
ExampleCharacterFXEditorCommands.h |
|