Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_VectorMat-
Description
Normalize each vector in VectorList, and store in VectorList. If a vector is degenerate, set the normal to the SetOnFailure vector.
| Name | VectorNormalizeInPlace |
| 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 void VectorNormalizeInPlace
(
UPARAM FGeometryScriptVectorList & VectorList,
FVector SetOnFailure
)