Navigation
API > API/Editor > API/Editor/UnrealEd
The location of the asset editor toolkit tab Note: These values are serialized into an ini file as an int32
| Name | EAssetEditorToolkitTabLocation |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorToolkit.h |
| Include Path | #include "Toolkits/AssetEditorToolkit.h" |
Syntax
enum EAssetEditorToolkitTabLocation
{
Docked,
Standalone,
}
Values
| Name | Remarks |
|---|---|
| Docked | The tab is within the "DockedToolkit" tab stack |
| Standalone | The tab is within the "StandaloneToolkit" tab stack |