FMovieSceneBoolChannel::SetKeyTimes

Set key times for the specified key handles

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneChannel::SetKeyTimes()

FMovieSceneBoolChannel::SetKeyTimes()

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneBoolChannel.h

Include

#include "Channels/MovieSceneBoolChannel.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneBoolChannel.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