unreal.RigVMFunction_MathFloatArrayAverage¶
- class unreal.RigVMFunction_MathFloatArrayAverage(array: None = [], average: float = 0.0)¶
Bases:
RigVMFunction_MathFloatBaseReturns the average of the given array
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathFloat.h
Editor Properties: (see get_editor_property/set_editor_property)
array(Array[float]): [Read-Write]average(float): [Read-Write]