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