Navigation
API > API/Editor > API/Editor/SceneOutliner
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include | #include "SSceneOutliner.h" |
Syntax
struct FPendingTreeOperation
Remarks
Structure that defines an operation that should be applied to the tree
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSceneOutlinerTreeItemRef | Item | The tree item to which this operation relates | |
| EType | Type | The type of operation that is to be applied |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPendingTreeOperation
(
EType InType, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType |