unreal.RigUnit_MathFloatIsNearlyZero

class unreal.RigUnit_MathFloatIsNearlyZero(value: float = 0.0, tolerance: float = 0.0, result: bool = False)

Bases: RigUnit_MathFloatBase

Returns true if the value is nearly zero

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • tolerance (float): [Read-Write] Tolerance

  • value (float): [Read-Write] Value

property result: bool

[Read-Only] Result

Type:

(bool)

property tolerance: float

[Read-Write] Tolerance

Type:

(float)

property value: float

[Read-Write] Value

Type:

(float)