unreal.RigVMFunction_MathDoubleArraySum¶
- class unreal.RigVMFunction_MathDoubleArraySum(array: None = [], sum: float = 0.0)¶
Bases:
RigVMFunction_MathDoubleBaseReturns 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]