unreal.RigVMFunction_MathVectorArraySum

class unreal.RigVMFunction_MathVectorArraySum(array: None = [], sum: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBase

Returns the sum 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]

  • sum (Vector): [Read-Write]

property array: None

[Read-Write]

Type:

(Array[Vector])

property sum: Vector

[Read-Only]

Type:

(Vector)