unreal.RigVMFunction_MathIntArraySum

class unreal.RigVMFunction_MathIntArraySum(array: None = [], sum: int = 0)

Bases: RigVMFunction_MathIntBase

Returns the sum of the given array

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathInt.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • sum (int32): [Read-Write]

property array: None

[Read-Write]

Type:

(Array[int32])

property sum: int

[Read-Only]

Type:

(int32)