Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Math > BlueprintAPI/GeometryScript/Math/VectorMath
Returns a Scalar List constructed with each element is the product (ConstantMultiplier A B) where A and B are the corresponding elements from ScalarListA and ScalarListB accordingly. If ScalarListA and ScalarListB have different lengths, no operation will be performed and an empty Scalar List will be returned.
Target is Geometry Script Library Vector Math Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Scalar List A | |
| struct | Scalar List B | |
| real | Constant Multiplier |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value |