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" |
template<typename AllocatorType>
void FindTabExtensions
&40;
FTabId TabId,
ELayoutExtensionPosition Position,
TArray< FTabManager::FTab, AllocatorType > & OutValues
&41; const
Remarks
Populate the specified container with the tabs that relate to the specified tab ID
Parameters
| Name | Description |
|---|---|
| TabId | The existing tab that may be extended |
| Position | The position to acquire extensions for (before/after) |
| OutValues | The container to populate with extended tabs |