Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannel
- FMovieSceneChannel::GetKeys()
- FMovieSceneAudioTriggerChannel::GetKeys()
- FMovieSceneBoolChannel::GetKeys()
- FMovieSceneByteChannel::GetKeys()
- FMovieSceneDoubleChannel::GetKeys()
- FMovieSceneFloatChannel::GetKeys()
- FMovieSceneIntegerChannel::GetKeys()
- FMovieSceneObjectPathChannel::GetKeys()
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannel.h |
| Include | #include "Channels/MovieSceneChannel.h" |
virtual void GetKeys
(
const TRange < FFrameNumber > & WithinRange,
TArray< FFrameNumber > * OutKeyTimes,
TArray< FKeyHandle > * OutKeyHandles
)
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 |