TMovieSceneChannelData::SetKeyTime

Move the key at index KeyIndex to a new time

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelData.h"

Syntax

int32 SetKeyTime
(
    int32 KeyIndex,
    FFrameNumber InNewTime
)

Remarks

Move the key at index KeyIndex to a new time

Returns

The index of the key in its new position

Parameters

Parameter

Description

KeyIndex

The index of the key to move

NewTime

The time to move the key to

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