unreal.ComparisonMethod

class unreal.ComparisonMethod

Bases: unreal.EnumBase

EComparison Method

C++ Source:

  • Module: FunctionalTesting

  • File: FunctionalTest.h

EQUAL_TO

0

GREATER_THAN

4

GREATER_THAN_OR_EQUAL_TO

2

LESS_THAN

5

LESS_THAN_OR_EQUAL_TO

3

NOT_EQUAL_TO

1