Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Channels > FMovieSceneStringChannel
- FMovieSceneChannel::GetKeyTimes()
- FMovieSceneStringChannel::GetKeyTimes()
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneStringChannel.h |
Include | #include "Channels/MovieSceneStringChannel.h" |
Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Channels/MovieSceneStringChannel.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 |