unreal.RigVMFunction_MathIntToFloat¶
- class unreal.RigVMFunction_MathIntToFloat(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(float): [Read-Write]value(int32): [Read-Write]