unreal.GameplayContainerMatchType

class unreal.GameplayContainerMatchType

Bases: unreal.EnumBase

EGameplay Container Match Type

C++ Source:

  • Module: GameplayTags

  • File: GameplayTagContainer.h

ALL

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

Type

1

ANY

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

Type

0