FTabManager::RestoreDocumentTab

Much like InsertNewDocumentTab, but the UnmanagedTab is not seen by the user as newly-created.

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

void RestoreDocumentTab
(
    FName PlaceholderId,
    ESearchPreference::Type SearchPreference,
    const TSharedRef< SDockTab > & UnmanagedTab
)

Remarks

Much like InsertNewDocumentTab, but the UnmanagedTab is not seen by the user as newly-created. e.g. Opening an restores multiple previously opened documents; these are not seen as new tabs.

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