Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > FMovieSceneIntegerChannel
- FMovieSceneChannel::SetKeyTimes()
- FMovieSceneIntegerChannel::SetKeyTimes()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneIntegerChannel.h |
Include | #include "Channels/MovieSceneIntegerChannel.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneIntegerChannel.cpp |
virtual void SetKeyTimes
&40;
TArrayView< const FKeyHandle > InHandles,
TArrayView< const FFrameNumber > InKeyTimes
&41;
Remarks
Set key times for the specified key handles
Parameters
Name | Description |
---|---|
InHandles | Array of handles to get times for |
InKeyTimes | Array of times to apply - one per handle |