Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Channels > FMovieSceneStringChannel
- FMovieSceneChannel::DuplicateKeys()
- FMovieSceneStringChannel::DuplicateKeys()
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Channels/MovieSceneStringChannel.h |
Include | #include "Channels/MovieSceneStringChannel.h" |
Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Channels/MovieSceneStringChannel.cpp |
virtual void DuplicateKeys
&40;
TArrayView< const FKeyHandle > InHandles,
TArrayView< FKeyHandle > OutNewHandles
&41;
Remarks
Duplicate the keys for the specified key handles
Parameters
Name | Description |
---|---|
InHandles | Array of handles to duplicate |
OutKeyTimes | Pre-sized array to receive duplicated key handles. Invalid key handles will not be assigned to this array. Must match size of InHandles |