Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > FMovieSceneClipboardKeyTrack
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneClipboard.h |
Include | #include "MovieSceneClipboard.h" |
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