Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > TMovieSceneChannelData
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
Include | #include "Channels/MovieSceneChannelData.h" |
int32 SetKeyTime
&40;
int32 KeyIndex,
FFrameNumber InNewTime
&41;
Remarks
Move the key at index KeyIndex to a new time The index of the key in its new position
Parameters
Name | Description |
---|---|
KeyIndex | The index of the key to move |
NewTime | The time to move the key to |