Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h |
Include |
#include "SCurveEditorPanel.h" |
TMultiMap< FCurveModelID, TSharedRef< SCurveEditorView > >::TConstKeyIterator FindViews
(
FCurveModelID InCurveID
)
Find all the views that the specified curve is being displayed on @note 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.
Parameter |
Description |
---|---|
InCurveID |
The identifier of the curve to find views for |