unreal.RigVMFunction_MathBoolConstant

class unreal.RigVMFunction_MathBoolConstant(value: bool = False)

Bases: RigVMFunction_MathBoolBase

The base class for all bool math constants

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBool.h

Editor Properties: (see get_editor_property/set_editor_property)

  • value (bool): [Read-Only] The value of the constant

property value: bool

[Read-Only] The value of the constant

Type:

(bool)