Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_ListUtili-
Description
Updates the value of the FVector stored in the Vector List at the specified location. If the Index is invalid, the operation will fail and bValidIndex will be set to false.
| Name | SetVectorListItem |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/ListUtilityFunctions.h |
| Include Path | #include "GeometryScript/ListUtilityFunctions.h" |
| Source | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Private/ListUtilityFunctions.cpp |
UFUNCTION (BlueprintCallable, Category="GeometryScript|ListUtils", Meta=(ScriptMethod))
static void SetVectorListItem
(
UPARAM FGeometryScriptVectorList & VectorList,
int Index,
FVector NewValue,
bool & bIsValidIndex
)