IKeyArea::SetKeyTimes

Set the times of the each key with the specified handles

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/IKeyArea.h

Include

#include "IKeyArea.h"

Source

/Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp

Syntax

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

Remarks

Set the times of the each key with the specified handles

Parameters

Parameter

Description

InKeyHandles

An array of handles that should have their time set to times in the corresponding InKeyTimes array

InKeyTimes

Array of times to set to, one per key handle. Must match the size of InKeyHandles

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