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