TSequencerChannelInterfaceCommon::CopyKeys_Raw

Copy all the keys specified in KeyMask to the specified clipboard

Windows
MacOS
Linux

Override Hierarchy

ISequencerChannelInterface::CopyKeys_Raw()

TSequencerChannelInterfaceCommon::CopyKeys_Raw()

References

Module

Sequencer

Header

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

Include

#include "SequencerChannelInterface.h"

Syntax

virtual void CopyKeys_Raw
(
    FMovieSceneChannel * InChannel,
    const UMovieSceneSection * Section,
    FName KeyAreaName,
    FMovieSceneClipboardBuilder & ClipboardBuilder,
    TArrayView< const FKeyHandle > KeyMask
) const

Remarks

Copy all the keys specified in KeyMask to the specified clipboard

Parameters

Parameter

Description

Channel

The channel to copy from

Section

The section that owns the channel

KeyAreaName

The name of the key area

ClipboardBuilder

The structure responsible for building clipboard information for each key

KeyMask

A specific set of keys to copy

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