unreal.RigVMFunction_MathBoolToInteger

class unreal.RigVMFunction_MathBoolToInteger(value: bool = False, result: int = 0)

Bases: RigVMFunction_MathBoolBase

Turns the given bool into an integer value

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathBool.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (int32): [Read-Write]

  • value (bool): [Read-Write]

property result: int

[Read-Only]

Type:

(int32)

property value: bool

[Read-Write]

Type:

(bool)