Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Array
Finds the index of the first instance of the item within the array *
Target is Kismet Array Library
Inputs
| Type | Name | Description |
|---|---|---|
| wildcard | Target Array | The array to search for the item * |
| wildcard | Item to Find | The item to look for * |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Return Value | The index the item was found at, or -1 if not found |