Unreal Engine Blueprint API Reference > Gameplay Effects
Removes GameplayEffect by Handle. StacksToRemove=-1 will remove all stacks.
Target is Ability System Component
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
struct | Handle | |
integer | Stacks to Remove |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Removes GameplayEffect by Handle. StacksToRemove=-1 will remove all stacks. |