Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Gameplay Effect Query' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Gameplay Effect Query |
Outputs
| Type | Name | Description |
|---|---|---|
| delegate | Custom Match Delegate BP | BP-exposed delegate for providing custom matching conditions. |
| struct | Owning Tag Query | Query that is matched against tags this GE gives |
| struct | Effect Tag Query | Query that is matched against tags this GE has |
| struct | Source Spec Tag Query | Query that is matched against spec tags the source of this GE has |
| struct | Source Aggregate Tag Query | Query that is matched against all tags the source of this GE has |
| struct | Modifying Attribute | Matches on GameplayEffects which modify given attribute. |
| object | Effect Source | Matches on GameplayEffects which come from this source |
| class | Effect Definition | Matches on GameplayEffects with this definition |