Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/Math > BlueprintAPI/GeometryScript/Math/VectorMath
Compute (ConstantMultiplier A B) where A and B are the corresponding elements from ScalarListA and ScalarListB accordingly, and store the result in ScalarListA. If ScalarListA and ScalarListB have different lengths, the computation will be skipped.
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 |