FTabManager::TryInvokeTab

Try to open tab if it is closed at the last known location.

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

virtual TSharedPtr< SDockTab > TryInvokeTab
(
    const FTabId & TabId,
    bool bInvokeAsInactive
)

Remarks

Try to open tab if it is closed at the last known location. If it already exists, it will draw attention to the tab.

Returns

The existing or newly spawned tab instance if successful.

Parameters

Parameter

Description

TabId

The tab identifier.

bInvokeAsInactive

Leave the tab inactive instead of drawing attention to it

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