Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Array
Gets a random item from specified array
Target is Kismet Array Library
Inputs
| Type | Name | Description |
|---|---|---|
| wildcard | Target Array | The array |
Outputs
| Type | Name | Description |
|---|---|---|
| wildcard | Out Item | The random item from this array |
| integer | Out Index | The index of random item (will be -1 if array is empty) |