Navigation
Unreal Engine Blueprint API Reference > Utilities > Array
Gets a random item from specified array (using random stream)
Target is Kismet Array Library
Inputs
Type | Name | Description |
---|---|---|
wildcard | Target Array | The array |
struct | Random Stream | The random stream |
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) |