EAssetEditorOpenLocation

Windows
MacOS
Linux

References

Module

EditorStyle

Header

/Engine/Source/Editor/EditorStyle/Public/Classes/EditorStyleSettings.h

Include

#include "Classes/EditorStyleSettings.h"

Syntax

enum EAssetEditorOpenLocation
{
    Default,
    NewWindow,
    MainWindow,
    ContentBrowser,
    LastDockedWindowOrNewWindow,
    LastDockedWindowOrMainWindow,
    LastDockedWindowOrContentBrowser,
}

Values

Name

Description

Default

Attempts to dock asset editors into either a new window, or the main window if they were docked there.

NewWindow

Docks tabs into new windows.

MainWindow

Docks tabs into the main window.

ContentBrowser

Docks tabs into the content browser's window.

LastDockedWindowOrNewWindow

Docks tabs into the last window that was docked into, or a new window if there is no last docked window.

LastDockedWindowOrMainWindow

Docks tabs into the last window that was docked into, or the main window if there is no last docked window.

LastDockedWindowOrContentBrowser

Docks tabs into the last window that was docked into, or the content browser window if there is no last docked window.

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