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 |
bool UnregisterTabSpawner
(
const FName TabId
)
Remarks
Unregisters the tab spawner matching the provided TabId. true if a spawner was found for this TabId, otherwise false.
Parameters
| Name | Description |
|---|---|
| TabId | The TabId to remove the spawner for. |