unreal.RigVMFunction_MathBoolOr
¶
- class unreal.RigVMFunction_MathBoolOr(a: bool = False, b: bool = False, result: bool = False)¶
Bases:
RigVMFunction_MathBoolBinaryAggregateOp
Returns true if one of the conditions is true
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]