unreal.RigUnit_Clamp_Float

class unreal.RigUnit_Clamp_Float(value: float = 0.0, min: float = 0.0, max: float = 0.0, result: float = 0.0)

Bases: RigUnit

Two args and a result of float type

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Float.h

Editor Properties: (see get_editor_property/set_editor_property)

  • max (float): [Read-Write]

  • min (float): [Read-Write]

  • result (float): [Read-Write]

  • value (float): [Read-Write]

property max: float

[Read-Write]

Type:

(float)

property min: float

[Read-Write]

Type:

(float)

property result: float

[Read-Only]

Type:

(float)

property value: float

[Read-Write]

Type:

(float)