TMovieSceneChannelData::SetKeyTimes

Set key times for a number of keys in this channel data

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h

Include

#include "Channels/MovieSceneChannelData.h"

Syntax

void SetKeyTimes
(
    TArrayView< const FKeyHandle > InHandles,
    TArrayView< const FFrameNumber > InKeyTimes
)

Remarks

Set key times for a number of keys in this channel data

Parameters

Parameter

Description

InHandles

Array of key handles that should have their times set

InKeyTimes

Array of new times for each handle of the above array

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