FTabManager::FindExistingLiveTab

Finds the first instance of an existing tab with the given tab id.

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

TSharedPtr< SDockTab > FindExistingLiveTab
(
    const FTabId & TabId
) const

Remarks

Finds the first instance of an existing tab with the given tab id.

Returns

The existing tab instance if found, otherwise null.

Parameters

Parameter

Description

TabId

The tab identifier.

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