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