Navigation
Unreal Engine C++ API Reference > 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
&40;
const TRange< FFrameNumber > & WithinRange,
TArray< FFrameNumber > &42; OutKeyTimes,
TArray< FKeyHandle > &42; OutKeyHandles
&41;
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 |