Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorPanel
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h |
| Include | #include "SCurveEditorPanel.h" |
TMultiMap< FCurveModelID, TSharedRef< SCurveEditorView > >::TConstKeyIterator FindViews
&40;
TRetainedRef< FCurveModelID > InCurveID
&41;
Remarks
- Find all the views that the specified curve is being displayed on
-
Returns an in-place iterator to this curve's view mapping. Adding or removing curves from views will invalidate this iterator. An iterator to all the views that this cuvrve is displayed within.
Parameters
| Name | Description |
|---|---|
| InCurveID | The identifier of the curve to find views for |