unreal.RigVMFunction_MathDoubleArraySum

class unreal.RigVMFunction_MathDoubleArraySum(array: None = [], sum: float = 0.0)

Bases: RigVMFunction_MathDoubleBase

Returns the sum of the given array

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • sum (double): [Read-Write]

property array: None

[Read-Write]

Type:

(Array[double])

property sum: float

[Read-Only]

Type:

(double)