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] The array of numbers to average

  • average (int32): [Read-Write] The resulting average

property array: None

[Read-Write] The array of numbers to average

Type:

(Array[int32])

property average: int

[Read-Only] The resulting average

Type:

(int32)