unreal.RigVMFunction_MathFloatToDouble¶
- class unreal.RigVMFunction_MathFloatToDouble(value: float = 0.0, result: float = 0.0)¶
Bases:
RigVMFunction_MathFloatBaseReturns the float cast to a double
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathFloat.h
Editor Properties: (see get_editor_property/set_editor_property)
result(double): [Read-Write] The resulting double numbervalue(float): [Read-Write] The float number to cast to double