FKeySectionOperation

Structure defining a section that needs to be keyed by specific channels

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerKeyParams.h"

Syntax

struct FKeySectionOperation

Remarks

Structure defining a section that needs to be keyed by specific channels

Variables

Name Description

Public variable

TArray< TShared...

 

KeyAreas

The key areas defining the channels to key

Public variable

TSharedPtr< ISe...

 

Section

The section to add keys to

Functions

Name Description

Public function Const

void

 

Apply

(
    FFrameNumber InKeyTime,
    ISequencer& InSequencer
)

Default application function that adds keys to the section by calling IKeyArea->AddOrUpdateKey on each channel

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