Navigation
Unreal Engine C++ API Reference > Plugins > MovieSceneTextTrack > FMovieSceneTextChannel
- FMovieSceneChannel::GetKeyTimes()
- FMovieSceneTextChannel::GetKeyTimes()
References
Module | MovieSceneTextTrack |
Header | /Engine/Plugins/MovieScene/MovieSceneTextTrack/Source/MovieSceneTextTrack/Public/MovieSceneTextChannel.h |
Include | #include "MovieSceneTextChannel.h" |
Source | /Engine/Plugins/MovieScene/MovieSceneTextTrack/Source/MovieSceneTextTrack/Private/MovieSceneTextChannel.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 |