Sequencer::PasteKeys

Paste the clipboard contents onto a channel

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerChannelTraits.h"

Syntax

namespace Sequencer
{
    template<typename ChannelType>
    void Sequencer::PasteKeys
    (
        ChannelType * InChannel,
        UMovieSceneSection * Section,
        const FMovieSceneClipboardKeyTrack & KeyTrack,
        const FMovieSceneClipboardEnvironment & SrcEnvironment,
        const FSequencerPasteEnvironment & DstEnvironment,
        TArray< FKeyHandle > & OutPastedKeys
    )
}

Remarks

Paste the clipboard contents onto a channel

Parameters

Parameter

Description

InChannel

The channel to duplicate keys in

Section

The section that owns this channel

KeyTrack

The clipboard track to paste

SrcEnvironment

The source clipboard environment that was originally copied

DstEnvironment

The destination clipboard environment that we're copying to

OutPastedKeys

Array of key handles that should receive any pasted 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