unreal.RigVMFunction_MathDoubleLessEqual
¶
- class unreal.RigVMFunction_MathDoubleLessEqual(a: float = 0.0, b: float = 0.0, result: bool = False)¶
Bases:
RigVMFunction_MathDoubleBase
Returns true if the value A is less than or equal to B
C++ Source:
Module: RigVM
File: RigVMFunction_MathDouble.h
Editor Properties: (see get_editor_property/set_editor_property)
a
(double): [Read-Write]b
(double): [Read-Write]result
(bool): [Read-Write]