unreal.RigUnit_MathVectorNotEquals

class unreal.RigUnit_MathVectorNotEquals(a: Vector = Ellipsis, b: Vector = Ellipsis, result: bool = False)

Bases: RigUnit_MathVectorBase

Returns true if the value A does not equal B

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

property a: Vector

[Read-Write] A

Type:

(Vector)

property b: Vector

[Read-Write] B

Type:

(Vector)

property result: bool

[Read-Only] Result

Type:

(bool)