AddKeyToChannel

Overload for adding a new key to a float channel at a given time.

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

FKeyHandle AddKeyToChannel
(
    FMovieSceneFloatChannel * Channel,
    FFrameNumber InFrameNumber,
    float InValue,
    EMovieSceneKeyInterpolation Interpolation
)

Remarks

Overload for adding a new key to a float channel at a given time. See MovieScene::AddKeyToChannel for default implementation.

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