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" |
void SetKeyTimes
&40;
TArrayView< const FKeyHandle > InHandles,
TArrayView< const FFrameNumber > InKeyTimes
&41;
Remarks
Set key times for a number of keys in this channel data
Parameters
Name | Description |
---|---|
InHandles | Array of key handles that should have their times set |
InKeyTimes | Array of new times for each handle of the above array |