Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/TSequencerChannelInterfaceCommon
- ISequencerChannelInterface::PasteKeys_Raw()
- TSequencerChannelInterfaceCommon::PasteKeys_Raw()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h |
| Include | #include "SequencerChannelInterface.h" |
virtual void PasteKeys_Raw
&40;
FMovieSceneChannel &42; InChannel,
UMovieSceneSection &42; Section,
const FMovieSceneClipboardKeyTrack & KeyTrack,
const FMovieSceneClipboardEnvironment & SrcEnvironment,
const FSequencerPasteEnvironment & DstEnvironment,
TArray< FKeyHandle > & OutPastedKeys
&41; const
Remarks
Paste the specified key track into the specified channel
Parameters
| Name | Description |
|---|---|
| Channel | The channel to copy from |
| Section | The section that owns the channel |
| KeyTrack | The source clipboard data to paste |
| SrcEnvironment | The environment the source data was copied from |
| DstEnvironment | The environment we're pasting into |
| OutPastedKeys | Array to receive key handles for any pasted keys |