Navigation
API > API/Editor > API/Editor/SceneOutliner
Inheritance Hierarchy
- FSharedSceneOutlinerData
- FSceneOutlinerInitializationOptions
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerPublicTypes.h |
| Include | #include "SceneOutlinerPublicTypes.h" |
Syntax
struct FSharedSceneOutlinerData
Remarks
Settings for the scene outliner which can be quieried publicly
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 | bOnlyShowFolders | True to only show folders in this outliner | |
| bool: 1 | bShowParentTree | Whether the Scene Outliner should display parent actors in a Tree | |
| bool: 1 | bShowTransient | Show transient objects | |
| TMap< FName, FSceneOutlinerColumnInfo > | ColumnMap | Map of column types available to the scene outliner, along with default ordering | |
| FCustomSceneOutlinerDeleteDelegate | CustomDelete | Invoked whenever the user attempts to delete an actor from within a Scene Outliner in the actor browsing mode | |
| FSceneOutlinerModifyContextMenu | ModifyContextMenu | Modify context menu before display |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Set up a default array of columns for this outliner |