FMovieSceneFloatChannel::AddKeys

Add keys with these times to channel.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Channels/MovieSceneFloatChannel.h"

Source

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

Syntax

void AddKeys
(
    const TArray< FFrameNumber > & InTimes,
    const TArray< FMovieSceneFloatValue > & InValues
)

Remarks

Add keys with these times to channel. The number of elements in both arrays much match or nothing is added. Also assume that the times are greater than last time in the channel and are increasing. If not bad things can happen.

Parameters

Parameter

Description

InTimes

Times to add

InValues

Values to add

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