Navigation
API > API/Plugins > API/Plugins/BaseCharacterFXEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEditorSubsystem
- UAssetEditorUISubsystem
- UBaseCharacterFXEditorUISubsystem
- UExampleCharacterFXEditorUISubsystem
References
| Module | BaseCharacterFXEditor |
| Header | /Engine/Plugins/Experimental/CharacterFXEditor/BaseCharacterFXEditor/Source/BaseCharacterFXEditor/Public/BaseCharacterFXEditorModeUILayer.h |
| Include | #include "BaseCharacterFXEditorModeUILayer.h" |
Syntax
UCLASS&40;&41;
class UBaseCharacterFXEditorUISubsystem : public UAssetEditorUISubsystem
Remarks
Interchange layer to manage built in tab locations within the editor's layout.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | OVERRIDE THIS. |
Overridden from UAssetEditorUISubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterLayoutExtensions
(
FLayoutExtender& Extender |
Docks the editor Mode tab in the Editor side panel area of the layout. |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Removes RegisterLayoutExtensions callback from the module corresponding to GetModuleName() | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Adds RegisterLayoutExtensions as a callback to the module corresponding to GetModuleName() |
Constants
| Name | Description |
|---|---|
| EditorSidePanelAreaName | Identifier for the Layout extension in BaseCharacterFXEditorToolkit's StandaloneDefaultLayout. |