Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SDockingNode
| |
|
| Name |
Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Slate/Public/Framework/Docking/SDockingNode.h |
| Include Path |
#include "Framework/Docking/SDockingNode.h" |
Syntax
enum Type
{
DockTabStack,
DockSplitter,
DockArea,
PlaceholderNode,
}
Values
| Name |
Remarks |
| DockTabStack |
A tab stack is a collection of tabs with associated content. |
| DockSplitter |
Displays multiple child SDockNodes horizontally or vertically. |
| DockArea |
Top-level dock splitters |
| PlaceholderNode |
Takes up some room during layout re-arranging. |