Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutExtender.h |
| Include | #include "Framework/Docking/LayoutExtender.h" |
Syntax
enum ELayoutExtensionPosition
{
Before,
After,
Above,
Below,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Extension position enumeration