Navigation
API > API/Runtime > API/Runtime/Slate
The direction that a tab drawer opens relative to the location of the sidebar it is in
| Name | ETabDrawerOpenDirection |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/STabDrawer.h |
| Include Path | #include "Framework/Docking/STabDrawer.h" |
Syntax
enum ETabDrawerOpenDirection
{
Left,
Right,
Bottom,
}
Values
| Name | Remarks |
|---|---|
| Left | Open from the left to the right |
| Right | Open from the right to the left |
| Bottom | Open from the top to the bottom |