Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/FChannelCurveModel
- FCurveModel::GetKeyPositions()
- FChannelCurveModel::GetKeyPositions()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/ChannelCurveModel.h |
| Include | #include "Channels/ChannelCurveModel.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/ChannelCurveModel.cpp |
virtual void GetKeyPositions
&40;
TArrayView< const FKeyHandle > InKeys,
TArrayView< FKeyPosition > OutKeyPositions
&41; const
Remarks
Retrieve all key positions that pertain to the specified input key handles
Parameters
| Name | Description |
|---|---|
| InKeys | Array of key handles to get positions for |
| OutKeyPositions | Array to receive key positions, one per index of InKeys |