Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that create a 'GameplayEffectQuery' from its members
Inputs
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 |
Outputs
Type | Name | Description |
---|---|---|
struct | Gameplay Effect Query |