Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UGameplayEffect
Syntax
UPROPERTY (BlueprintReadOnly, Category=Tags,
Meta=(DisplayAfter="RemovalTagRequirements", DeprecatedProperty))
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.