Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetMathLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
Include | #include "Kismet/KismetMathLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Private/KismetMathLibrary.cpp |
static void MaxOfByteArray
&40;
const TArray< uint8 > & ByteArray,
int32 & IndexOfMaxValue,
uint8 & MaxValue
&41;
Remarks
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.