unreal.RigVMFunction_MathFloatCeil¶
- class unreal.RigVMFunction_MathFloatCeil(value: float = 0.0, result: float = 0.0, int: int = 0)¶
Bases:
RigVMFunction_MathFloatBaseReturns the closest higher full number (integer) of the value
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathFloat.h
Editor Properties: (see get_editor_property/set_editor_property)
int(int32): [Read-Write] The result as an integer valueresult(float): [Read-Write] The resulting closest higher full number (integer) of the input valuevalue(float): [Read-Write] The input value to apply the ceiling to