EGameplayCuePayloadType

Describes what type of payload is attached to a cue execution, we only replicate what is needed

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

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

Include

#include "GameplayCue_Types.h"

Syntax

enum EGameplayCuePayloadType
{
    CueParameters,
    FromSpec,
}

Values

Name

Description

CueParameters

Uses FGameplayCueParameters

FromSpec

Uses FGameplayEffectSpecForRPC

Remarks

Describes what type of payload is attached to a cue execution, we only replicate what is needed

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