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