Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannelData
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include | #include "Channels/MovieSceneChannelData.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannelData.cpp |
void GetKeys
(
const TRange < FFrameNumber > & WithinRange,
TArray< FFrameNumber > * OutKeyTimes,
TArray< FKeyHandle > * OutKeyHandles
)
Remarks
Get all the keys in the given range. Resulting arrays must be the same size where indices correspond to both arrays.
Parameters
| Name | Description |
|---|---|
| WithinRange | The bounds to get keys for |
| OutKeyTimes | Array to receive all key times within the given range |
| OutKeyHandles | Array to receive all key handles within the given range |