FKeyBarCurveModel::SetKeyPositions

Assign key positions for the specified 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 SetKeyPositions
(
    TArrayView< const FKeyHandle > InKeys,
    TArrayView< const FKeyPosition > InKeyPositions,
    const EPropertyChangeType::Type ChangeType
)

Remarks

Assign key positions for the specified key handles

Parameters

Parameter

Description

InKeys

Array of key handles to set positions for

InKeyPositions

Array of desired key positions to be applied to each of the corresponding key handles