FInitializationOptions

Settings for the Scene Outliner set by the programmer before spawning an instance of the widget.

Windows
MacOS
Linux

Inheritance Hierarchy

FSharedDataBase

FInitializationOptions

References

Module

SceneOutliner

Header

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

Include

#include "SceneOutlinerPublicTypes.h"

Syntax

struct FInitializationOptions : public SceneOutliner::FSharedDataBase

Remarks

Settings for the Scene Outliner set by the programmer before spawning an instance of the widget. This is used to modify the outliner's behavior in various ways, such as filtering in or out specific classes of actors.

Variables

Name Description

Public variable

bool: 1

 

bFocusSearchBoxWhenOpened

If true, the search box will gain focus when the scene outliner is created

Public variable

bool: 1

 

bShowCreateNewFolder

If true, the Scene Outliner will expose a Create New Folder button

Public variable

bool: 1

 

bShowHeaderRow

True if we should draw the header row above the tree view

Public variable

bool: 1

 

bShowSearchBox

Whether the Scene Outliner should expose its searchbox

Public variable

TSharedPtr< FOu...

 

Filters

Optional collection of filters to use when filtering in the Scene Outliner

Public variable

UWorld *

 

SpecifiedWorldToDisplay

If not null, it will force the Scene Outliner to only display this world and it will remove the chose world from the UI

Constructors

Name Description

Public function

FInitializationOptions()

Constructor

Deprecated Variables

Name Description

Public variable

FSimpleMulticas...

 

OnSelectionChanged

Use FSceneOutlinerDelegates::Get().SelectionChanged instead.

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