FPasteMetaData

Structure expressing how a paste should be performed for a particular destination group

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerClipboardReconciler.h"

Syntax

struct FPasteMetaData

Remarks

Structure expressing how a paste should be performed for a particular destination group

Variables

Name Description

Public variable

TMap< int32, in...

 

DestToSrcMap

Map of destination key area index -> source track index. Used where Method == Custom

Public variable

EMethod

 

Method

The method to use when pasting

Public variable

int32

 

SourceGroup

The index into the Source groups to paste into this entry

Constructors

Name Description

Public function

FPasteMetaData

(
    int32 InSourceGroup,
    EMethod InMethod
)

Enums

Name

Description

Public enum

EMethod

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