EGameplayEffectScopedModifierAggregatorType

Enumeration representing the types of scoped modifier aggregator usages available

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

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

Include

#include "GameplayEffect.h"

Syntax

enum EGameplayEffectScopedModifierAggregatorType
{
    CapturedAttributeBacked,
    Transient,
}

Values

Name

Description

CapturedAttributeBacked

Aggregator is backed by an attribute capture

Transient

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

Remarks

Enumeration representing the types of scoped modifier aggregator usages available

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