unreal.RigUnit_MathDoubleLess

class unreal.RigUnit_MathDoubleLess(a: float = 0.0, b: float = 0.0, result: bool = False)

Bases: RigUnit_MathDoubleBase

Returns true if the value A is less than B

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (double): [Read-Write] A

  • b (double): [Read-Write] B

  • result (bool): [Read-Write] Result

property a: float

[Read-Write] A

Type:

(double)

property b: float

[Read-Write] B

Type:

(double)

property result: bool

[Read-Only] Result

Type:

(bool)