Navigation
API > API/Editor > API/Editor/CurveEditor
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCurveEditorFilterStates | Sparse map of filter states specifying items that have matched a filter | ||
| FCurveEditorTree | Complete implementation of a curve editor tree. | ||
| FCurveEditorTreeDelegate | Generic multicast delegate that guards against re-entrancy for the curve editor tree | ||
| FCurveEditorTreeEvents | Struct that represents an event for when the tree has been changed. | ||
| FCurveEditorTreeFilter | Base class for all filters that can be applied to a curve editor tree. | ||
| FCurveEditorTreeItem | Concrete type used as a tree item for the curve editor. | ||
| FCurveEditorTreeTextFilter | Built-in text filter of type ECurveEditorTreeFilterType::Text. | ||
| FCurveEditorTreeTextFilterTerm | A text filter term containing >= 1 sparate tokens ordered from child to parent | ||
| FCurveEditorTreeTextFilterToken | A specific text token (containing neither spaces nor .) | ||
| FScopedCurveEditorTreeEventGuard | Scoped guard that prevents the broadcast of tree events for the duration of its lifetime. | ||
| FSortedCurveEditorTreeItems | Container specifying a linear set of child identifiers and | ||
| ICurveEditorTreeItem | Optional implementation interface for any tree item to be shown on the curve editor tree. | ||
| SCurveEditorTree | |||
| SCurveEditorTreeFilterStatusBar | Widget that shows the metrics for the current tree filter in the curve editor (in the form "Showing {0} of {1} items ({2} selected)") | ||
| SCurveEditorTreePin | |||
| SCurveEditorTreeSelect | |||
| SCurveEditorTreeTextFilter |