FMovieSceneCameraShakeSourceTriggerChannel::GetKeyTimes

Get all key times for the specified key handles

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void GetKeyTimes
(
    TArrayView< const FKeyHandle > InHandles,
    TArrayView< FFrameNumber > OutKeyTimes
)

Remarks

Get all key times for the specified key handles

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss