Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > FMovieSceneFloatChannel
- FMovieSceneChannel::GetKeyTimes()
- FMovieSceneFloatChannel::GetKeyTimes()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneFloatChannel.h |
Include | #include "Channels/MovieSceneFloatChannel.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneFloatChannel.cpp |
virtual void GetKeyTimes
&40;
TArrayView< const FKeyHandle > InHandles,
TArrayView< FFrameNumber > OutKeyTimes
&41;
Remarks
Get all key times for the specified key handles
Parameters
Name | Description |
---|---|
InHandles | Array of handles to get times for |
OutKeyTimes | Pre-sized array of key times to set. Invalid key handles will not assign to this array. Must match size of InHandles |