Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Channels > FMovieSceneEventChannel
- FMovieSceneChannel::GetKeys()
- FMovieSceneEventChannel::GetKeys()
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneEventChannel.h |
Include | #include "Channels/MovieSceneEventChannel.h" |
Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Channels/MovieSceneEventChannel.cpp |
virtual void GetKeys
&40;
const TRange< FFrameNumber > & WithinRange,
TArray< FFrameNumber > &42; OutKeyTimes,
TArray< FKeyHandle > &42; OutKeyHandles
&41;
Remarks
Get key information pertaining to all keys that exist within the specified range
Parameters
Name | Description |
---|---|
WithinRange | The range within which to return key information |
OutKeyTimes | (Optional) Array to receive key times |
OutKeyHandles | (Optional) Array to receive key handles |