SCurveEditorPanel::FindViews

Find all the views that the specified curve is being displayed on

Unreal Engine C++ API Reference > Editor > CurveEditor > SCurveEditorPanel

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h
Include #include "SCurveEditorPanel.h"
[TMultiMap](API\Runtime\Core\Containers\TMultiMap)< [FCurveModelID](API\Editor\CurveEditor\FCurveModelID), [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SCurveEditorView](API\Editor\CurveEditor\SCurveEditorView) > >::TConstKeyIterator FindViews
(
    [TRetainedRef](API\Runtime\Core\Templates\TRetainedRef)< [FCurveModelID](API\Editor\CurveEditor\FCurveModelID) > InCurveID
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library