Navigation
API > API/Plugins > API/Plugins/ExampleCharacterFXEditor
Inheritance Hierarchy
- FBaseToolkit
- TSharedFromThis
- FModeToolkit
- FBaseCharacterFXEditorModeToolkit
- FExampleCharacterFXEditorModeToolkit
References
| Module | ExampleCharacterFXEditor |
| Header | /Engine/Plugins/Experimental/CharacterFXEditor/ExampleCharacterFXEditor/Source/ExampleCharacterFXEditor/Public/ExampleCharacterFXEditorModeToolkit.h |
| Include | #include "ExampleCharacterFXEditorModeToolkit.h" |
Syntax
class FExampleCharacterFXEditorModeToolkit : public FBaseCharacterFXEditorModeToolkit
Remarks
The editor mode toolkit is responsible for the panel on the side in the editor that shows mode and tool properties.
Overridden from FBaseCharacterFXEditorModeToolkit
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | GetActiveToolIcon
(
const FString& Identifier |
FBaseCharacterFXEditorModeToolkit. |
Overridden from FModeToolkit
| Type | Name | Description | |
|---|---|---|---|
| void | BuildToolPalette
(
FName PaletteName, |
For a specific tool palette category, construct and fill ToolbarBuilder with the category's tools |