Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelTraits.h |
| Include | #include "SequencerChannelTraits.h" |
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
| Name | 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 |