Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FTabManager
Description
Try to open tab in the PanelDrawer. If it already exists elsewhere, it will draw attention to the tab. If the PanelDrawer is already open with the tab it will close the drawer If the tab is open in another PanelDrawer it will transfer it to this drawer If no PanelDrawer is available in the manager we will just open a new standard tab
| Name | TryToggleTabInPanelDrawer |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include Path | #include "Framework/Docking/TabManager.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp |
TSharedPtr < SDockTab > TryToggleTabInPanelDrawer
(
const FTabId & TabId,
const TSharedPtr < SWindow > & ParentWindow,
bool bForceInDrawerPanel
)