Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/FTabManager > API/Runtime/Slate/Framework/Docking/FTabManager/FArea
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include | #include "Framework/Docking/TabManager.h" |
Syntax
enum EWindowPlacement
{
Placement_NoWindow,
Placement_Automatic,
Placement_Specified,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
An enum which specifies how content appears within a window.