unreal.RigVMFunction_MathFloatToDouble

class unreal.RigVMFunction_MathFloatToDouble(value: float = 0.0, result: float = 0.0)

Bases: RigVMFunction_MathFloatBase

Returns 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 number

  • value (float): [Read-Write] The float number to cast to double

property result: float

[Read-Only] The resulting double number

Type:

(double)

property value: float

[Read-Write] The float number to cast to double

Type:

(float)