Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorPanel
Description
- 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.
| Name | FindViews |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h |
| Include Path | #include "SCurveEditorPanel.h" |
TMultiMap< FCurveModelID , TSharedRef < SCurveEditorView > >::TConstKeyIterator FindViews
(
TRetainedRef < FCurveModelID > InCurveID
)
An iterator to all the views that this cuvrve is displayed within.
Parameters
| Name | Remarks |
|---|---|
| InCurveID | The identifier of the curve to find views for |