FMinimalGameplayCueReplicationProxy::PreReplication

Copies data in from an [FActiveGameplayCueContainer](API\Plugins\GameplayAbilities\FActiveGameplayCueContainer) (such as the one of the ASC).

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/GameplayCueInterface.h

Include

#include "GameplayCueInterface.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/GameplayCueInterface.cpp

Syntax

void PreReplication
(
    const FActiveGameplayCueContainer & SourceContainer
)

Remarks

Copies data in from an FActiveGameplayCueContainer (such as the one of the ASC). You must call this manually from PreReplication.

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