UGameplayAbility::BP_RemoveGameplayEffectFromOwnerWithGrantedTags

Removes GameplayEffects from owner which grant the given tags

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/GameplayAbility.h

Include

#include "Abilities/GameplayAbility.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/Abilities/GameplayAbility.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category=Ability,
          DisplayName="RemoveGameplayEffectFromOwnerWithGrantedTags",
          Meta=(ScriptName="RemoveGameplayEffectFromOwnerWithGrantedTags"))
void BP_RemoveGameplayEffectFromOwnerWithGrantedTags
(
    FGameplayTagContainer WithGrantedTags,
    int32 StacksToRemove
)

Remarks

Removes GameplayEffects from owner which grant the given tags

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