unreal.RigVMFunction_MathBoolEquals

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

Bases: RigVMFunction_MathBoolBase

Returns 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]

property a: bool

[Read-Write]

Type:

(bool)

property b: bool

[Read-Write]

Type:

(bool)

property result: bool

[Read-Only]

Type:

(bool)