FDocumentTracker::OpenDocument

Handles opening a document and handling tab navigation or forcing a new tab to be opened

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabManager.h

Include

#include "WorkflowOrientedApp/WorkflowTabManager.h"

Source

/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabManager.cpp

Syntax

TSharedPtr< SDockTab > OpenDocument
(
    TSharedPtr< FTabPayload > InPayload,
    EOpenDocumentCause InOpenCause
)

Remarks

Handles opening a document and handling tab navigation or forcing a new tab to be opened

Returns

The tab modified

Parameters

Parameter

Description

InPayload

Payload to use for the tab

InOpenCause

The cause of the document being opened

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