unreal.RigUnit_MathFloatUnaryOp

class unreal.RigUnit_MathFloatUnaryOp(value: float = 0.0, result: float = 0.0)

Bases: RigUnit_MathFloatBase

Rig Unit Math Float Unary Op

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

property result: float

[Read-Only] Result

Type:

(float)

property value: float

[Read-Write] Value

Type:

(float)