FRichCurveEditorModel::SetKeyPositions

Assign key positions for the specified key handles

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FCurveModel::SetKeyPositions()

FRichCurveEditorModel::SetKeyPositions()

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 SetKeyPositions
(
    TArrayView< const FKeyHandle > InKeys,
    TArrayView< const FKeyPosition > InKeyPositions,
    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