Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/FTabManager
References
| Module | Slate |
| 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 |
TSharedPtr< SDockTab > FindExistingLiveTab
&40;
const FTabId & TabId
&41; const
Remarks
Finds the first instance of an existing tab with the given tab id. The existing tab instance if found, otherwise null.
Parameters
| Name | Description |
|---|---|
| TabId | The tab identifier. |