unreal.GameplayEffectDurationType

class unreal.GameplayEffectDurationType

Bases: unreal.EnumBase

Gameplay effect duration policies

C++ Source:

  • Plugin: GameplayAbilities

  • Module: GameplayAbilities

  • File: GameplayEffect.h

HAS_DURATION

The duration of this effect will be specified by a magnitude

Type

2

INFINITE

This effect lasts forever

Type

1

INSTANT

This effect applies instantly

Type

0