Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Byte
Returns min of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| byte | Byte Array |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Index Of Min Value | |
| byte | Min Value |