FMovieSceneActorReferenceData::GetKeys

Get key information pertaining to all keys that exist within the specified range

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneChannel::GetKeys()

FMovieSceneActorReferenceData::GetKeys()

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneActorReferenceSection.h

Include

#include "Sections/MovieSceneActorReferenceSection.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneActorReferenceSection.cpp

Syntax

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

Parameter

Description

WithinRange

The range within which to return key information

OutKeyTimes

(Optional) Array to receive key times

OutKeyHandles

(Optional) Array to receive key handles

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