Navigation
API > API/Plugins > API/Plugins/UVEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEditorSubsystem
- UAssetEditorUISubsystem
- UUVEditorUISubsystem
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorModeUILayer.h |
| Include | #include "UVEditorModeUILayer.h" |
Syntax
UCLASS&40;&41;
class UUVEditorUISubsystem : public UAssetEditorUISubsystem
Remarks
Interchange layer to manage built in tab locations within the editor's layout.
Overridden from UAssetEditorUISubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterLayoutExtensions
(
FLayoutExtender& Extender |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Implement this for deinitialization of instances of the system | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Implement this for initialization of instances of the system |