Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/ListUtils
Returns the item associated with Index in the Index List. If Index is not valid for this Index List the value -1 will be returned and bIsValidIndex will be set to false.
Target is Geometry Script Library List Utility Functions
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Index List | |
| integer | Index |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Is Valid Index | |
| integer | Return Value |