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 FSceneOutlinerInitializationOptions : public FSharedSceneOutlinerData
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
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 | bCanSelectGeneratedColumns | Can select the columns generated by right clicking on the header menu. | |
| bool: 1 | bFocusSearchBoxWhenOpened | If true, the search box will gain focus when the scene outliner is created | |
| bool: 1 | bShowCreateNewFolder | If true, the Scene Outliner will expose a Create New Folder button | |
| bool: 1 | bShowHeaderRow | True if we should draw the header row above the tree view | |
| bool: 1 | bShowSearchBox | Whether the Scene Outliner should expose its searchbox | |
| FSceneOutlinerFilterBarOptions | FilterBarOptions | Init options related to the filter bar | |
| TSharedPtr< FSceneOutlinerFilters > | Filters | Optional collection of filters to use when filtering in the Scene Outliner | |
| FCreateSceneOutlinerMode | ModeFactory | ||
| FName | OutlinerIdentifier | Identifier for this outliner; NAME_None if this view is anonymous (Needs to be specified to save visibility of columns in EditorConfig) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |