RemoveGameplayEffectQuery

On Application of an effect, any active effects with this this query that matches against the added effect will be removed.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category=Tags,
          Meta=(DisplayAfter="RemovalTagRequirements"))
FGameplayEffectQuery RemoveGameplayEffectQuery

Remarks

On Application of an effect, any active effects with this this query that matches against the added effect will be removed. Queries are more powerful but slightly slower than RemoveGameplayEffectsWithTags.