FMovieSceneChannelValueSetter::Create

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

Choose your operating system:

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