SCurveEditorPanel::FindViews

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

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

: 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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss