Navigation
API > API/Plugins > API/Plugins/BaseCharacterFXEditor
Inheritance Hierarchy
- TSharedFromThis< FAssetEditorModeUILayer >
- FAssetEditorModeUILayer
- FBaseCharacterFXEditorModeUILayer
- FDataflowEditorModeUILayer
References
| Module | BaseCharacterFXEditor |
| Header | /Engine/Plugins/Experimental/CharacterFXEditor/BaseCharacterFXEditor/Source/BaseCharacterFXEditor/Public/BaseCharacterFXEditorModeUILayer.h |
| Include | #include "BaseCharacterFXEditorModeUILayer.h" |
Syntax
class FBaseCharacterFXEditorModeUILayer : public FAssetEditorModeUILayer
Remarks
Handles the hosting of additional toolkits, such as the mode toolkit, within the CharacterFXEditor's toolkit.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FWorkspaceItem > | CharacterFXEditorMenuCategory |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBaseCharacterFXEditorModeUILayer
(
const IToolkitHost* InToolkitHost |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetModeMenuCategory
(
TSharedPtr< FWorkspaceItem > MenuCategoryIn |
Overridden from FAssetEditorModeUILayer
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FWorkspaceItem > | |||
| void | OnToolkitHostingFinished
(
const TSharedRef< IToolkit >& Toolkit |
Called by SLevelEditor to notify the toolbox about an existing toolkit no longer being hosted | |
| void | OnToolkitHostingStarted
(
const TSharedRef< IToolkit >& Toolkit |
Called by SLevelEditor to notify the toolbox about a new toolkit being hosted |