Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_VectorMat-
Description
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.
| Name | ScalarMultiply |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/VectorMathFunctions.h |
| Include Path | #include "GeometryScript/VectorMathFunctions.h" |
| Source | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Private/VectorMathFunctions.cpp |
UFUNCTION (BlueprintCallable, Category="GeometryScript|Math|VectorMath", Meta=(ScriptMethod))
static FGeometryScriptScalarList ScalarMultiply
(
FGeometryScriptScalarList ScalarListA,
FGeometryScriptScalarList ScalarListB,
double ConstantMultiplier
)