unreal.GameplayEffectQuery
¶
- class unreal.GameplayEffectQuery(custom_match_delegate_bp: ActiveGameplayEffectQueryCustomMatch_Dynamic = Ellipsis, owning_tag_query: GameplayTagQuery = [], effect_tag_query: GameplayTagQuery = [], source_tag_query: GameplayTagQuery = [], source_aggregate_tag_query: GameplayTagQuery = [], modifying_attribute: GameplayAttribute = Ellipsis, effect_source: Object = Ellipsis, effect_definition: Class = Ellipsis)¶
Bases:
StructBase
Every set condition within this query must match in order for the query to match. i.e. individual query elements are ANDed together.
C++ Source:
Plugin: GameplayAbilities
Module: GameplayAbilities
File: GameplayEffect.h
Editor Properties: (see get_editor_property/set_editor_property)
custom_match_delegate_bp
(ActiveGameplayEffectQueryCustomMatch_Dynamic): [Read-Write] BP-exposed delegate for providing custom matching conditions.effect_definition
(type(Class)): [Read-Write] Matches on GameplayEffects with this definitioneffect_source
(Object): [Read-Write] Matches on GameplayEffects which come from this sourceeffect_tag_query
(GameplayTagQuery): [Read-Write] Query that is matched against tags this GE hasmodifying_attribute
(GameplayAttribute): [Read-Write] Matches on GameplayEffects which modify given attribute.owning_tag_query
(GameplayTagQuery): [Read-Write] Query that is matched against tags this GE givessource_aggregate_tag_query
(GameplayTagQuery): [Read-Write] Query that is matched against all tags the source of this GE hassource_tag_query
(GameplayTagQuery): [Read-Write] Query that is matched against spec tags the source of this GE has
- property custom_match_delegate_bp: ActiveGameplayEffectQueryCustomMatch_Dynamic¶
[Read-Write] BP-exposed delegate for providing custom matching conditions.
- property effect_source: Object¶
[Read-Write] Matches on GameplayEffects which come from this source
- Type:
(Object)
- property effect_tag_query: GameplayTagQuery¶
[Read-Write] Query that is matched against tags this GE has
- Type:
- property modifying_attribute: GameplayAttribute¶
[Read-Write] Matches on GameplayEffects which modify given attribute.
- Type:
- property owning_tag_query: GameplayTagQuery¶
[Read-Write] Query that is matched against tags this GE gives
- Type:
- property source_aggregate_tag_query: GameplayTagQuery¶
[Read-Write] Query that is matched against all tags the source of this GE has
- Type:
- property source_tag_query: GameplayTagQuery¶
[Read-Write] Query that is matched against spec tags the source of this GE has
- Type: