EGameplayEffectStackingType

Enumeration for ways a single GameplayEffect asset can stack.

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

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

Include

#include "GameplayEffectTypes.h"

Syntax

enum EGameplayEffectStackingType
{
    None,
    AggregateBySource,
    AggregateByTarget,
}

Values

Name

Description

None

No stacking. Multiple applications of this GameplayEffect are treated as separate instances.

AggregateBySource

Each caster has its own stack.

AggregateByTarget

Each target has its own stack.

Remarks

Enumeration for ways a single GameplayEffect asset can stack.

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