Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorView
Syntax
TSortedMap< FCurveModelID, FCurveInfo, TInlineAllocator< 1 > > CurveInfoByID
Remarks
- Map from curve identifier to specific info pertaining to that curve for this view.
-
Should only be added to or removed from in AddCurve/RemoveCurve. Derived types must only change the FCurveInfo contained within this map.