unreal.PCGStringMatchingOperator

class unreal.PCGStringMatchingOperator

Bases: EnumBase

EPCGString Matching Operator

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGCommon.h

EQUAL: PCGStringMatchingOperator = Ellipsis

Will return a match only if the two strings compared are the same

Type:

0

MATCHES: PCGStringMatchingOperator = Ellipsis

Will return a match if the first string matches the pattern defined by the second (including wildcards)

Type:

2

SUBSTRING: PCGStringMatchingOperator = Ellipsis

Will return a match if the first string contains the second

Type:

1