FTabManager::UnregisterTabSpawner

Unregisters the tab spawner matching the provided TabId.

Windows
MacOS
Linux

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

Syntax

bool UnregisterTabSpawner
(
    const FName TabId
)

Remarks

Unregisters the tab spawner matching the provided TabId.

Returns

true if a spawner was found for this TabId, otherwise false.

Parameters

Parameter

Description

TabId

The TabId to remove the spawner for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss