ESceneOutlinerMode

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerPublicTypes.h

Include

#include "SceneOutlinerPublicTypes.h"

Syntax

enum ESceneOutlinerMode
{
    ActorBrowsing,
    ActorPicker,
    ComponentPicker,
    Custom,
}

Values

Name

Description

ActorBrowsing

Allows all actors to be browsed and selected; syncs selection with the editor; drag and drop attachment, stc.

ActorPicker

Sets the outliner to operate as an actor 'picker'.

ComponentPicker

Sets the outliner to operate as a component 'picker'.

Custom

Set the outliner to be a custom displayer of the scene hierarchy This mode allow a user to manually change the default behavior of the scene outliner

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