FMovieSceneChannelData::GetKeyTimes

Get key times for a number of keys in the channel data

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 GetKeyTimes
(
    TArrayView< const FKeyHandle > InHandles,
    TArrayView< FFrameNumber > OutKeyTimes
)

Remarks

Get key times for a number of keys in the channel data

Parameters

Parameter

Description

InHandles

Array of key handles that should have their times set

OutKeyTimes

Array of times that should be set for each key handle. Must be exactly the size of InHandles

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