unreal.RigVMFunction_MathDoubleToInt¶
- class unreal.RigVMFunction_MathDoubleToInt(value: float = 0.0, result: int = 0)¶
Bases:
RigVMFunction_MathDoubleBaseReturns the double cast to an int (this uses floor)
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathDouble.h
Editor Properties: (see get_editor_property/set_editor_property)
result(int32): [Read-Write] The resulting (floored) integervalue(double): [Read-Write] The input value to floor to an int