FMovieSceneStringChannel::SetKeyTimes

Set key times for the specified key handles

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneChannel::SetKeyTimes()

FMovieSceneStringChannel::SetKeyTimes()

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

Syntax

virtual void SetKeyTimes
(
    TArrayView< const FKeyHandle > InHandles,
    TArrayView< const FFrameNumber > InKeyTimes
)

Remarks

Set key times for the specified key handles

Parameters

Parameter

Description

InHandles

Array of handles to get times for

InKeyTimes

Array of times to apply - one per handle

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