Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_VectorMat-
Description
Compute the length/magnitude of each vector in VectorListA and return in new ScalarList. Note that SquaredLength can be computed using VectorDot(A,A).
| Name | VectorLength |
| 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 VectorLength
(
FGeometryScriptVectorList VectorList
)