FKeyBarCurveModel::GetKeyPositions

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

CurveEditor

Header

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

Include

#include "KeyBarCurveModel.h"

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