Bug Fix Type Error On next code iteration
This commit is contained in:
@ -58,7 +58,7 @@ void UFTDFluxUtils::GetFullName(const int Bib, FText& OutFullName)
|
||||
|
||||
void UFTDFluxUtils::SortSplitRankingsByRank(TArray<FDTFluxSplitSensorInfo>& Rankings, TArray<FDTFluxSplitSensorInfo>& OutRankings)
|
||||
{
|
||||
Rankings.Sort([](const FDTFluxSplitRanking& A, const FDTFluxSplitRanking& B)
|
||||
Rankings.Sort([](const FDTFluxSplitSensorInfo& A, const FDTFluxSplitSensorInfo& B)
|
||||
{
|
||||
return A.Rank < B.Rank;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user