Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
Include |
#include "CurveModel.h" |
virtual void SetKeyAttributes
(
TArrayView< const FKeyHandle > InKeys,
TArrayView< const FKeyAttributes > InAttributes,
EPropertyChangeType::Type ChangeType
)
Assign key attributes for the specified key handles
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 |