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

  • average (Vector): [Read-Write] The resulting average vector of the input array

property array: None

[Read-Write] The array of vectors to average

Type:

(Array[Vector])

property average: Vector

[Read-Only] The resulting average vector of the input array

Type:

(Vector)