SCurveEditorPanel::FindViews

Find all the views that the specified curve is being displayed on @note Returns an in-place iterator to this curve's view mapping.

Choose your operating system:

Windows

macOS

Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/SCurveEditorPanel.h

Include

#include "SCurveEditorPanel.h"

Syntax

TMultiMap< FCurveModelID, TSharedRef< SCurveEditorView > >::TConstKeyIterator FindViews
(
    FCurveModelID InCurveID
)

Remarks

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.

Returns

An iterator to all the views that this cuvrve is displayed within.

Parameters

Parameter

Description

InCurveID

The identifier of the curve to find views for