unreal.RigUnit_MathBoolNotEquals

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

Bases: RigUnit_MathBoolBase

Returns true if the value A does not equal B

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

property a: bool

[Read-Write] A

Type:

(bool)

property b: bool

[Read-Write] B

Type:

(bool)

property result: bool

[Read-Only] Result

Type:

(bool)