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