Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveModel > API/Editor/CurveEditor/FCurveModel/SetKeyAttributes
- FCurveModel::SetKeyAttributes()
- FRichCurveEditorModel::SetKeyAttributes()
References
| Module | CurveEditor |
| 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
)
Remarks
Assign key attributes for the specified key handles
Parameters
| Name | 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 |