unreal.RigVMFunction_MathIntArrayAverage¶
- class unreal.RigVMFunction_MathIntArrayAverage(array: None = [], average: int = 0)¶
Bases:
RigVMFunction_MathIntBaseReturns the average of the given array
C++ Source:
Module: RigVM
File: RigVMFunction_MathInt.h
Editor Properties: (see get_editor_property/set_editor_property)
array(Array[int32]): [Read-Write]average(int32): [Read-Write]