Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/TPerlinNoiseChannelInterface
- ISequencerChannelInterface::CopyKeys_Raw()
- TPerlinNoiseChannelInterface::CopyKeys_Raw()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/PerlinNoiseChannelInterface.h |
| Include | #include "Channels/PerlinNoiseChannelInterface.h" |
virtual void CopyKeys_Raw
&40;
FMovieSceneChannel &42; Channel,
const UMovieSceneSection &42; Section,
FName KeyAreaName,
FMovieSceneClipboardBuilder & ClipboardBuilder,
TArrayView< const FKeyHandle > KeyMask
&41; const
Remarks
Copy all the keys specified in KeyMask to the specified clipboard
Parameters
| Name | Description |
|---|---|
| Channel | The channel to copy from |
| Section | The section that owns the channel |
| KeyAreaName | The name of the key area |
| ClipboardBuilder | The structure responsible for building clipboard information for each key |
| KeyMask | A specific set of keys to copy |