Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_ListUtili-
Description
Returns the FVector2D stored in the UV List at the specified location. If the Index is not valid for this UV List, the Zero Vector will be returned and bIsValidIndex set to false.
| Name | GetUVListItem |
| 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 FVector2D GetUVListItem
(
FGeometryScriptUVList UVList,
int Index,
bool & bIsValidIndex
)