EGameplayEffectStackingDurationPolicy

Enumeration of policies for dealing with duration of a gameplay effect while stacking

Choose your operating system:

Windows

macOS

Linux

References

Module

GameplayAbilities

Header

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

Include

#include "GameplayEffect.h"

Syntax

enum EGameplayEffectStackingDurationPolicy
{
    RefreshOnSuccessfulApplication,
    NeverRefresh,
}

Values

Name

Description

RefreshOnSuccessfulApplication

The duration of the effect will be refreshed from any successful stack application

NeverRefresh

The duration of the effect will never be refreshed

Remarks

Enumeration of policies for dealing with duration of a gameplay effect while stacking