unreal.RigVMFunction_MathBoolToInteger¶
- class unreal.RigVMFunction_MathBoolToInteger(value: bool = False, result: int = 0)¶
Bases:
RigVMFunction_MathBoolBaseTurns the given bool into an integer value
C++ Source:
Module: RigVM
File: RigVMFunction_MathBool.h
Editor Properties: (see get_editor_property/set_editor_property)
result(int32): [Read-Write]value(bool): [Read-Write]