EOpenDocumentCause

Are we opening a new document, or restoring a previously opened document

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "WorkflowOrientedApp/WorkflowTabManager.h"

Syntax

enum EOpenDocumentCause
{
    OpenNewDocument,
    ForceOpenNewDocument,
    RestorePreviousDocument,
    NavigatingCurrentDocument,
    QuickNavigateCurrentDocument,
    NavigateBackwards,
    NavigateForwards,
    NavigatingHistory,
    CreateHistoryEvent,
}

Values

Name

Description

OpenNewDocument

Opens a new document, will open in existing tab if one is found.

ForceOpenNewDocument

Always open in a new tab.

RestorePreviousDocument

Restoring tab state from a previous session.

NavigatingCurrentDocument

Navigating within an open tab.

QuickNavigateCurrentDocument

Navigate without saving current document position.

NavigateBackwards

Key/Mouse binding for back, turns into NavigatingHistory.

NavigateForwards

Key/Mouse binding for forward.

NavigatingHistory

Going forward or back in the history.

CreateHistoryEvent

Deprecated, treated the same as OpenNewDocument.

Remarks

Are we opening a new document, or restoring a previously opened document

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