IKeyArea::CopyKeys

Copy all the keys specified in KeyMask to the specified clipboard

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 CopyKeys
(
    FMovieSceneClipboardBuilder & ClipboardBuilder,
    TArrayView< const FKeyHandle > KeyMask
) const

Remarks

Copy all the keys specified in KeyMask to the specified clipboard

Parameters

Parameter

Description

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