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 MinOfIntArray
&40;
const TArray< int32 > & IntArray,
int32 & IndexOfMinValue,
int32 & MinValue
&41;
Remarks
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.