Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FTabManager > API/Runtime/Slate/FTabManager/FArea
An enum which specifies how content appears within a window.
| Name | EWindowPlacement |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include Path | #include "Framework/Docking/TabManager.h" |
Syntax
enum EWindowPlacement
{
Placement_NoWindow,
Placement_Automatic,
Placement_Specified,
}
Values
| Name | Remarks |
|---|---|
| Placement_NoWindow | The content is docked within a primary window. |
| Placement_Automatic | The content is docked within a floating window that is initially automatically positioned. |
| Placement_Specified | The content is docked within a floating window with positioning specified by an FArea. |