SetKeyAttributes

Overload list

Unreal Engine C++ API Reference > Editor > CurveEditor > FCurveModel

  Type Name Description
Public function Virtual void

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

Assign key attributes for the specified key handles
Public function void

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

Helper function for assigning a the same attributes to a number of keys

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page