unreal.RigUnit_MathBoolUnaryOp

class unreal.RigUnit_MathBoolUnaryOp(value: bool = False, result: bool = False)

Bases: RigUnit_MathBoolBase

Rig Unit Math Bool Unary Op

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathBool.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

property result: bool

[Read-Only] Result

Type:

(bool)

property value: bool

[Read-Write] Value

Type:

(bool)