unreal.RigVMFunction_MathBoolNand2¶
- class unreal.RigVMFunction_MathBoolNand2(a: bool = False, b: bool = False, result: bool = False)¶
Bases:
RigVMFunction_MathBoolBinaryOpReturns false if both conditions are true
C++ Source:
Plugin: RigVM
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]