FSharedOutlinerData

Outliner data that is shared between a scene outliner and its items

Windows
MacOS
Linux

Inheritance Hierarchy

FSharedDataBase

TSharedFromThis

FSharedOutlinerData

References

Module

SceneOutliner

Header

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

Include

#include "SceneOutlinerPublicTypes.h"

Syntax

struct FSharedOutlinerData :
    public SceneOutliner::FSharedDataBase,
    public TSharedFromThis< FSharedOutlinerData >

Remarks

Outliner data that is shared between a scene outliner and its items

Variables

Name Description

Public variable

bool

 

bRepresentingPlayWorld

Whether the scene outliner is currently displaying PlayWorld actors

Public variable

UWorld *

 

RepresentingWorld

The world that we are representing

Public variable

TWeakObjectPtr<...

 

UserChosenWorld

The world the user has chosen to display

Constructors

Name Description

Public function

FSharedOutlinerData()

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