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:

  • 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]

property array: None

[Read-Write]

Type:

(Array[float])

property average: float

[Read-Only]

Type:

(float)