Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/FConstraintChannelCurveModel
- FCurveModel::SetKeyPositions()
- FKeyBarCurveModel::SetKeyPositions()
- FConstraintChannelCurveModel::SetKeyPositions()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/ConstraintChannelCurveModel.h |
| Include | #include "Channels/ConstraintChannelCurveModel.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/ConstraintChannelCurveModel.cpp |
virtual void SetKeyPositions
&40;
TArrayView< const FKeyHandle > InKeys,
TArrayView< const FKeyPosition > InKeyPositions,
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 |