IKeyArea::AddOrUpdateKey

Add a key at the specified time with the current value of the channel, updating an existing key if possible

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

FKeyHandle AddOrUpdateKey
(
    FFrameNumber Time,
    const FGuid & ObjectBindingID,
    ISequencer & InSequencer
)

Remarks

Add a key at the specified time with the current value of the channel, updating an existing key if possible

Returns

A handle to the key that was added or updated

Parameters

Parameter

Description

Time

The time at which a key should be added (or updated)

ObjectBindingID

The object binding ID this key area's track is bound to

InSequencer

The currently active sequencer

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