FCurveModel::GetKeyPositions

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

CurveEditor

Header

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

Include

#include "CurveModel.h"

Syntax

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

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