FMovieSceneChannelData::GetKeys

Get all the keys in the given range.

Windows
MacOS
Linux

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

Syntax

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss