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