unreal.RigVMFunction_MathVectorNotEquals¶
- class unreal.RigVMFunction_MathVectorNotEquals(a: Vector = Ellipsis, b: Vector = Ellipsis, result: bool = False)¶
Bases:
RigVMFunction_MathVectorBaseReturns true if the value A does not equal B
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathVector.h
Editor Properties: (see get_editor_property/set_editor_property)
a(Vector): [Read-Write]b(Vector): [Read-Write]result(bool): [Read-Write]