unreal.RigVMFunction_MathFloatArraySum

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

Bases: RigVMFunction_MathFloatBase

Returns the sum of the given array

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • sum (float): [Read-Write]

property array: None

[Read-Write]

Type:

(Array[float])

property sum: float

[Read-Only]

Type:

(float)