Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/FControlRigSpaceChannelCurveMode-
- FCurveModel::SetKeyAttributes()
- FControlRigSpaceChannelCurveModel::SetKeyAttributes()
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/ControlRigSpaceChannelCurveModel.h |
| Include | #include "ControlRigSpaceChannelCurveModel.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/ControlRigSpaceChannelCurveModel.cpp |
virtual void SetKeyAttributes
&40;
TArrayView< const FKeyHandle > InKeys,
TArrayView< const FKeyAttributes > InAttributes,
EPropertyChangeType::Type ChangeType
&41;
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 |