Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UGameplayAbility
Description
Remove Gameplay effects from Self
Removes GameplayEffects from owner which match the given asset level tags
| Name | BP_RemoveGameplayEffectFromOwnerWithAssetTags |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/GameplayAbility.h |
| Include Path | #include "Abilities/GameplayAbility.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/Abilities/GameplayAbility.cpp |
UFUNCTION (BlueprintCallable, Category=Ability,
DisplayName="RemoveGameplayEffectFromOwnerWithAssetTags",
Meta=(ScriptName="RemoveGameplayEffectFromOwnerWithAssetTags"))
void BP_RemoveGameplayEffectFromOwnerWithAssetTags
(
FGameplayTagContainer WithAssetTags,
int32 StacksToRemove
)