FTabManager::TryInvokeTab

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

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

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

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.

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