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