unreal.GameplayEffectScopedModifierAggregatorType

class unreal.GameplayEffectScopedModifierAggregatorType

Bases: EnumBase

Enumeration representing the types of scoped modifier aggregator usages available

C++ Source:

  • Plugin: GameplayAbilities

  • Module: GameplayAbilities

  • File: GameplayEffect.h

CAPTURED_ATTRIBUTE_BACKED: GameplayEffectScopedModifierAggregatorType

Aggregator is backed by an attribute capture

Type:

0

TRANSIENT: GameplayEffectScopedModifierAggregatorType

Aggregator is entirely transient (acting as a “temporary variable”) and must be identified via gameplay tag

Type:

1