unreal.RigVMFunction_MathIntGreater¶
- class unreal.RigVMFunction_MathIntGreater(a: int = 0, b: int = 0, result: bool = False)¶
Bases:
RigVMFunction_MathIntBaseReturns true if the value A is greater than B
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathInt.h
Editor Properties: (see get_editor_property/set_editor_property)
a(int32): [Read-Write] The first value to compareb(int32): [Read-Write] The second value to compareresult(bool): [Read-Write] True if the value A is greater than B