Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/UGeometryScriptLibrary_ListUtili-
Description
Returns the index of the last element in the Index List. Note, the value -1 will be returned if the list is empty or invalid.
| Name | GetIndexListLastIndex |
| 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 int GetIndexListLastIndex
(
FGeometryScriptIndexList IndexList
)