Sequencer::CopyKeys

Copy the specified keys from 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::CopyKeys
    (
        ChannelType * InChannel,
        const UMovieSceneSection * InSection,
        FName KeyAreaName,
        FMovieSceneClipboardBuilder & ClipboardBuilder,
        TArrayView< const FKeyHandle > InHandles
    )
}

Remarks

Copy the specified keys from a channel

Parameters

Parameter

Description

InChannel

The channel to duplicate keys in

InSection

The section that owns this channel

KeyAreaName

The name of the key area representing this channel

ClipboardBuilder

Structure for populating the clipboard

InHandles

Array of key handles that should be copied

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