Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FTabManager
Description
Try to open tab if it is closed at the last known location. If it already exists, it will draw attention to the tab.
| Name | TryInvokeTab |
| 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 |
virtual TSharedPtr < SDockTab > TryInvokeTab
(
const FTabId & TabId,
bool bInvokeAsInactive
)
The existing or newly spawned tab instance if successful.
Parameters
| Name | Remarks |
|---|---|
| TabId | The tab identifier. |
| bInvokeAsInactive | Leave the tab inactive instead of drawing attention to it |