unreal.RigVMFunction_MathBoolBinaryOp

class unreal.RigVMFunction_MathBoolBinaryOp(a: bool = False, b: bool = False, result: bool = False)

Bases: RigVMFunction_MathBoolBase

The base class for all binary bool math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBool.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (bool): [Read-Write] The first value for the operation

  • b (bool): [Read-Write] The second value for the operation

  • result (bool): [Read-Write] The resulting value

property a: bool

[Read-Write] The first value for the operation

Type:

(bool)

property b: bool

[Read-Write] The second value for the operation

Type:

(bool)

property result: bool

[Read-Only] The resulting value

Type:

(bool)