TMovieSceneChannelData::UpdateOrAddKey

Set the value of the key at InTime to InValue, adding a new key if necessary

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelData.h"

Syntax

FKeyHandle UpdateOrAddKey
(
    FFrameNumber InTime,
    ParamType InValue
)

Remarks

Set the value of the key at InTime to InValue, adding a new key if necessary

Returns

The handle of the key

Parameters

Parameter

Description

InTime

The time at which to add the new key

InValue

The value of the new 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