BlueprintAPI > BlueprintAPI/Ability > BlueprintAPI/Ability/Tasks
Wait until the specified gameplay tag is Removed. By default this will look at the owner of this ability. OptionalExternalTarget can be set to make this look at another actor's tags for changes. If the tag is not present when this task is started, it will immediately broadcast the Removed event. It will keep listening as long as OnlyTriggerOnce = false.
Target is Ability Task Wait Gameplay Tag Removed
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
struct | Tag | |
object | In Optional External Target | |
boolean | Only Trigger Once |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Async Task | |
exec | Removed |