unreal.GameplayContainerMatchType

class unreal.GameplayContainerMatchType

Bases: EnumBase

EGameplay Container Match Type

C++ Source:

  • Module: GameplayTags

  • File: GameplayTagContainer.h

ALL: GameplayContainerMatchType

Means the filter is only populated if all of the tags in this container match.

Type:

1

ANY: GameplayContainerMatchType

Means the filter is populated by any tag matches in this container.

Type:

0