Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditorTree
Description
- Inform this tree that the specified tree item IDs have been directly selected on the UI.
-
This populates both implicit and explicit selection state for the supplied items and any children/parents
| Name | SetDirectSelection |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Tree/CurveEditorTree.h |
| Include Path | #include "Tree/CurveEditorTree.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/Tree/CurveEditorTree.cpp |
void SetDirectSelection
(
TArray < FCurveEditorTreeItemID > && TreeItems,
FCurveEditor * InCurveEditor
)