unreal.RigVMFunction_MathIntArrayAverage

class unreal.RigVMFunction_MathIntArrayAverage(array: None = [], average: int = 0)

Bases: RigVMFunction_MathIntBase

Returns the average of the given array

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathInt.h

Editor Properties: (see get_editor_property/set_editor_property)

  • array (Array[int32]): [Read-Write]

  • average (int32): [Read-Write]

property array: None

[Read-Write]

Type:

(Array[int32])

property average: int

[Read-Only]

Type:

(int32)