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:

  • 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]

property result: float

[Read-Only]

Type:

(double)

property value: int

[Read-Write]

Type:

(int32)