unreal.RigVMFunction_MathVectorCeil¶
- class unreal.RigVMFunction_MathVectorCeil(value: Vector = Ellipsis, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorUnaryOpReturns the closest higher full number (integer) of the value for each component
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathVector.h
Editor Properties: (see get_editor_property/set_editor_property)
result(Vector): [Read-Write]value(Vector): [Read-Write]