FMovieSceneChannel::SetKeyTime

Set the time for the specified key handle

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannel.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannel.cpp

Syntax

void SetKeyTime
(
    const FKeyHandle InHandle,
    const FFrameNumber InKeyTime
)

Remarks

Set the time for the specified key handle

Parameters

Parameter

Description

InHandle

The handle of the key to get the time for

InKeyTime

The new time for the key

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