Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UGameplayEffect
Deprecated * Remove Gameplay Effect Query is deprecated. Use the URemoveOtherGameplayEffectComponent instead.
Syntax
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.