FCurveModel::SetKeyAttributes

Assign key attributes for the specified key handles

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

CurveEditor

Header

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

Include

#include "CurveModel.h"

Syntax

virtual void SetKeyAttributes
(
    TArrayView< const FKeyHandle > InKeys,
    TArrayView< const FKeyAttributes > InAttributes,
    EPropertyChangeType::Type ChangeType
)

Remarks

Assign key attributes for the specified key handles

Parameters

Parameter

Description

InKeys

Array of key handles to set attributes for

InAttributes

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