Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SDockingNode
Direction relative to some DockNode. For example, we may wish to say "Dock a tab RightOf this node."
| Name | RelativeDirection |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/SDockingNode.h |
| Include Path | #include "Framework/Docking/SDockingNode.h" |
Syntax
enum RelativeDirection
{
LeftOf,
Above,
RightOf,
Below,
Center,
}
Values
| Name | Remarks |
|---|---|
| LeftOf | |
| Above | |
| RightOf | |
| Below | |
| Center |