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]