Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/IKeyArea
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/IKeyArea.h |
| Include | #include "IKeyArea.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp |
void CopyKeys
&40;
FMovieSceneClipboardBuilder & ClipboardBuilder,
TArrayView< const FKeyHandle > KeyMask
&41; const
Remarks
Copy all the keys specified in KeyMask to the specified clipboard
Parameters
| Name | Description |
|---|---|
| ClipboardBuilder | The structure responsible for building clipboard information for each key |
| KeyMask | A specific set of keys to copy |