unreal.RigVMFunction_MathBoolEquals¶
- class unreal.RigVMFunction_MathBoolEquals(a: bool = False, b: bool = False, result: bool = False)¶
Bases:
RigVMFunction_MathBoolBaseReturns true if the value A equals B
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]