Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/ISceneOutlinerTreeItem
Flags structure
| Name | FlagsType |
| Type | struct |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerTreeItem.h |
| Include Path | #include "ISceneOutlinerTreeItem.h" |
Syntax
struct FlagsType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FlagsType() |
Default constructor | ISceneOutlinerTreeItem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bChildrenRequireSort | bool | True if this item's children need to be sorted | ISceneOutlinerTreeItem.h | |
| bInteractive | bool | True if this item can be interacted with as per the current outliner filters | ISceneOutlinerTreeItem.h | |
| bIsExpanded | bool | Whether this item is expanded or not | ISceneOutlinerTreeItem.h | |
| bIsFilteredOut | bool | True if this item is filtered out | ISceneOutlinerTreeItem.h |