IKeyArea::PasteKeys

Paste the specified key track into this key area

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

void PasteKeys
(
    const FMovieSceneClipboardKeyTrack & KeyTrack,
    const FMovieSceneClipboardEnvironment & SrcEnvironment,
    const FSequencerPasteEnvironment & DstEnvironment
)

Remarks

Paste the specified key track into this key area

Parameters

Parameter

Description

KeyTrack

The source clipboard data to paste

SrcEnvironment

The environment the source data was copied from

DstEnvironment

The environment we're pasting into

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