TMovieSceneChannelData::AddKey

Add a new key at a given time

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneChannelData.h"

Syntax

int32 AddKey
(
    FFrameNumber InTime,
    ParamType InValue
)

Remarks

Add a new key at a given time

Returns

The index of the newly added 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