Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_ListUtili-
Description
Returns the FVector stored in the VectorList at the specified location. if the Index is not valid for this Vector List, the Zero Vector will be returned and bIsValidIndex set to false.
| Name | GetVectorListItem |
| 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 (BlueprintPure, Category="GeometryScript|ListUtils", Meta=(ScriptMethod))
static FVector GetVectorListItem
(
FGeometryScriptVectorList VectorList,
int Index,
bool & bIsValidIndex
)