FTabManager::InvokeTab

Opens 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 TSharedRef< SDockTab > InvokeTab
(
    const FTabId & TabId
)

Remarks

Opens 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.

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