FMovieSceneChannelValueSetter::Create

Templated construction function that can add a key (and potentially also set a default) for the specified channel and value

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/KeyframeTrackEditor.h

Include

#include "KeyframeTrackEditor.h"

Syntax

template<typename ChannelType, typename ValueType>
static FMovieSceneChannelValueSetter Create
(
    int32 ChannelIndex,
    ValueType InNewValue,
    bool bAddKey
)

Remarks

Templated construction function that can add a key (and potentially also set a default) for the specified channel and value

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