FTabManager::InsertNewDocumentTab

Insert a new UnmanagedTab document tab next to an existing tab (closed or open) that has the PlaceholdId.

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 InsertNewDocumentTab
(
    FName PlaceholderId,
    FName NewTabId,
    const FSearchPreference & SearchPreference,
    const TSharedRef< SDockTab > & UnmanagedTab
)

Remarks

Insert a new UnmanagedTab document tab next to an existing tab (closed or open) that has the PlaceholdId. Give the New tab NewTabId

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