Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
Include |
#include "Framework/Docking/TabManager.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp |
virtual TSharedPtr< SDockTab > TryInvokeTab
(
const FTabId & TabId,
bool bInvokeAsInactive
)
Try to open tab if it is closed at the last known location. If it already exists, it will draw attention to the tab.
The existing or newly spawned tab instance if successful.
Parameter |
Description |
---|---|
TabId |
The tab identifier. |
bInvokeAsInactive |
Leave the tab inactive instead of drawing attention to it |