FRichCurveEditorModel::GetKeyPositions

Retrieve all key positions that pertain to the specified input key handles

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FCurveModel::GetKeyPositions()

FRichCurveEditorModel::GetKeyPositions()

References

Module

CurveEditor

Header

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

Include

#include "RichCurveEditorModel.h"

Source

/Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp

Syntax

virtual void GetKeyPositions
(
    TArrayView< const FKeyHandle > InKeys,
    TArrayView< FKeyPosition > OutKeyPositions
) const

Remarks

Retrieve all key positions that pertain to the specified input key handles

Parameters

Parameter

Description

InKeys

Array of key handles to get positions for

OutKeyPositions

Array to receive key positions, one per index of InKeys