unreal.RigVMFunction_MathIntToDouble
¶
- class unreal.RigVMFunction_MathIntToDouble(value: int = 0, result: float = 0.0)¶
Bases:
RigVMFunction_MathIntBase
Returns the int cast to a float
C++ Source:
Module: RigVM
File: RigVMFunction_MathInt.h
Editor Properties: (see get_editor_property/set_editor_property)
result
(double): [Read-Write]value
(int32): [Read-Write]