Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/FLayoutExtender
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/LayoutExtender.h |
| Include | #include "Framework/Docking/LayoutExtender.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/LayoutExtender.cpp |
void ExtendLayout
&40;
FTabId PredicateTabId,
ELayoutExtensionPosition Position,
FTabManager::FTab TabToAdd
&41;
Remarks
Extend the layout by defining a tab before or after the specified predicate tab ID
Parameters
| Name | Description |
|---|---|
| PredicateTabId | The existing tab to place the extended tab before/after |
| Position | Whether to place the new tab before or after this tab |
| TabToAdd | The new tab definition |