FCurveModel::SetKeyAttributes

Assign key attributes for the specified key handles

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

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