FMovieSceneClipboardKeyTrack::AddKey

Add a key of the specified type to this track.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h

Include

#include "MovieSceneClipboard.h"

Syntax

template<typename KeyType>
void AddKey
(
    FFrameNumber Time,
    KeyType Value
)

Remarks

Add a key of the specified type to this track. KeyType must match the type this track was constructed with

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