FMovieSceneGameplayCueChannel::DuplicateKeys

Duplicate the keys for the specified key handles

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneChannel::DuplicateKeys()

FMovieSceneGameplayCueChannel::DuplicateKeys()

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Sequencer/MovieSceneGameplayCueSections.h

Include

#include "Sequencer/MovieSceneGameplayCueSections.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/Sequencer/MovieSceneGameplayCueSections.cpp

Syntax

virtual void DuplicateKeys
(
    TArrayView< const FKeyHandle > InHandles,
    TArrayView< FKeyHandle > OutNewHandles
)

Remarks

Duplicate the keys for the specified key handles

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss