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] The array of vector to add up

  • sum (Vector): [Read-Write] The sum of all vectors in the input array

property array: None

[Read-Write] The array of vector to add up

Type:

(Array[Vector])

property sum: Vector

[Read-Only] The sum of all vectors in the input array

Type:

(Vector)