BlueprintAPI > BlueprintAPI/Ability > BlueprintAPI/Ability/Tasks
Wait until the owner (or External Owner) applies a GameplayEffect to a Target (the target may be the owner too!). If TriggerOnce is true, this task will only return one time. Otherwise it will return everytime a GE is applied that meets the requirements over the life of the ability Optional External Owner can be used to run this task on someone else (not the owner of the ability). By default you can leave this empty.
Target is Ability Task Wait Gameplay Effect Applied Target
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
struct | Source Filter | |
struct | Source Tag Query | |
struct | Target Tag Query | |
boolean | Trigger Once | |
object | Optional External Owner | |
boolean | Listen for Periodic Effect |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Async Task | |
exec | On Applied | |
object | Target | |
struct | Spec Handle | |
struct | Active Handle |