Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneChannelData
Description
Get all the keys in the given range. Resulting arrays must be the same size where indices correspond to both arrays.
| Name | GetKeys |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include Path | #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
)
Parameters
| Name | Remarks |
|---|---|
| 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 |