Navigation
API > API/Runtime > API/Runtime/Slate
| Name | ESidebarLocation |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include Path | #include "Framework/Docking/TabManager.h" |
Syntax
enum ESidebarLocation
{
Left,
Right,
None,
}
Values
| Name | Remarks |
|---|---|
| Left | Tab is in a sidebar on the left side of its parent area |
| Right | Tab is in a sidebar on the right side of its parent area |
| None | Tab is not in a sidebar |