Navigation
API > API/Runtime > API/Runtime/Slate
Extension position enumeration
| Name | ELayoutExtensionPosition |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutExtender.h |
| Include Path | #include "Framework/Docking/LayoutExtender.h" |
Syntax
enum ELayoutExtensionPosition
{
Before,
After,
Above,
Below,
}
Values
| Name | Remarks |
|---|---|
| Before | Extend the layout before the specified element |
| After | Extend the layout after the specified element |
| Above | Extend the layout above the specified element in the parent splitter |
| Below | Extend the layout below the specified element in the parent splitter |