unreal.RigUnit_MathBoolNand2

class unreal.RigUnit_MathBoolNand2(a: bool = False, b: bool = False, result: bool = False)

Bases: RigUnit_MathBoolBinaryOp

Returns false if both conditions are true

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathBool.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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