unreal.RigVMFunction_MathIntLess¶
- class unreal.RigVMFunction_MathIntLess(a: int = 0, b: int = 0, result: bool = False)¶
Bases:
RigVMFunction_MathIntBaseReturns true if the value A is less than B
C++ Source:
Module: RigVM
File: RigVMFunction_MathInt.h
Editor Properties: (see get_editor_property/set_editor_property)
a(int32): [Read-Write]b(int32): [Read-Write]result(bool): [Read-Write]