BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Returns max 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 |
---|---|---|
real | Float Array |
Outputs
Type | Name | Description |
---|---|---|
integer | Index Of Max Value | |
real | Max Value |