unreal.RigVMFunction_MathVectorArrayAverage

class unreal.RigVMFunction_MathVectorArrayAverage(array: None = [], average: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBase

Returns the average of the given array

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • average (Vector): [Read-Write]

property array: None

[Read-Write]

Type:

(Array[Vector])

property average: Vector

[Read-Only]

Type:

(Vector)