FKeyOperation::ApplyOperations

Apply a specific set of section operations

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerKeyParams.h"

Source

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

Syntax

static void ApplyOperations
(
    FFrameNumber InKeyTime,
    TArrayView< const FKeySectionOperation > InOperations,
    const FGuid & ObjectBindingID,
    ISequencer & InSequencer
)

Remarks

Apply a specific set of section operations

Parameters

Parameter

Description

InKeyTime

The time at which to add keys

InOperations

The operations to apply

InSequencer

The current sequencer instance that is adding the keys

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