Navigation
API > API/Editor > API/Editor/CurveEditor
Container specifying a linear set of child identifiers and
| Name | FSortedCurveEditorTreeItems |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Tree/CurveEditorTree.h |
| Include Path | #include "Tree/CurveEditorTree.h" |
Syntax
struct FSortedCurveEditorTreeItems
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRequiresSort | bool | (default: false) Whether the child ID array needs re-sorting or not | Tree/CurveEditorTree.h | |
| ChildIDs | TArray< FCurveEditorTreeItemID > | Sorted list of child IDs | Tree/CurveEditorTree.h |