FSequencerClipboardReconciler

Class responsible for reconciling copied key-tracks to a set of paste destinations Reconciler should be populated with all pasted destinations (sets of keyareas grouped together), before reconciling and pasting the clipboard with the reconciled result.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerClipboardReconciler.h"

Syntax

class FSequencerClipboardReconciler

Remarks

Class responsible for reconciling copied key-tracks to a set of paste destinations Reconciler should be populated with all pasted destinations (sets of keyareas grouped together), before reconciling and pasting the clipboard with the reconciled result.

Comparable track types can be associated by name using AddTrackAlias

Constructors

Name Description

Public function

FSequencerClipboardReconciler

(
    TSharedRef< const FMovieSceneClipbo...
)

Construction from existing clipboard data

Functions

Name Description

Public function

FSequencerCl...

 

AddDestinationGroup()

Add a new paste destination (to consist of one or more key areas)

Public function Static

void

 

AddTrackAlias

(
    FName Alias1,
    FName Alias2
)

Add a rule specifying that 2 names should be considered synonymous when reconciling

Public function Const

bool

 

CanAutoPaste()

Check if this reconciler can auto paste (that is to say that there are some exact matches for this reconciler)

Public function

bool

 

Paste

(
    const FSequencerPasteEnvironment& ...
)

Perform the paste using the specified environment

Public function

bool

 

Reconcile()

Attempt to reconcile the source clipboard data to the current paste destinations

Constants

Name

Description

KeyAreaAliases

Static map of synonyms for a given key area name

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