Navigation
API > API/Developer > API/Developer/ToolWidgets
The direction that a tab drawer opens relative to the location of the sidebar. NOTE: Effort has been made to support top and bottom sidebar locations, but this has not been thoroughly tested and ironed out because there is currently no use case.
| Name | ESidebarTabLocation |
| Type | enum |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Sidebar/SSidebar.h |
| Include Path | #include "Sidebar/SSidebar.h" |
Syntax
enum ESidebarTabLocation
{
Left,
Right,
Top,
Bottom,
}
Values
| Name | Remarks |
|---|---|
| Left | Open from left to right |
| Right | Open from right to left |
| Top | Open from bottom to top |
| Bottom | Open from top to bottom |