Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FKeyBarCurveModel
- FCurveModel::SetKeyPositions()
- FKeyBarCurveModel::SetKeyPositions()
- FControlRigSpaceChannelCurveModel::SetKeyPositions()
- FConstraintChannelCurveModel::SetKeyPositions()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/KeyBarCurveModel.h |
| Include | #include "KeyBarCurveModel.h" |
virtual void SetKeyPositions
&40;
TArrayView< const FKeyHandle > InKeys,
TArrayView< const FKeyPosition > InKeyPositions,
const EPropertyChangeType::Type ChangeType
&41;
Remarks
Assign key positions for the specified key handles
Parameters
| Name | Description |
|---|---|
| InKeys | Array of key handles to set positions for |
| InKeyPositions | Array of desired key positions to be applied to each of the corresponding key handles |