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]