Navigation
API > API/Plugins > API/Plugins/UVEditor
Inheritance Hierarchy
- TSharedFromThis
- FAssetEditorModeUILayer
- FUVEditorModeUILayer
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorModeUILayer.h |
| Include | #include "UVEditorModeUILayer.h" |
Syntax
class FUVEditorModeUILayer : public FAssetEditorModeUILayer
Remarks
Handles the hosting of additional toolkits, such as the mode toolkit, within the UVEditor's toolkit.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FWorkspaceItem > | UVEditorMenuCategory |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUVEditorModeUILayer
(
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 |