Added Sort Ranking

This commit is contained in:
2025-07-17 19:21:32 +02:00
parent 9b85bfc94a
commit e02ed8538f
2 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include "DTFluxCore/Public/Types/Struct/DTFluxTeamListStruct.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "Types/Struct/DTFluxRankingStructs.h"
#include "FTDFluxUtils.generated.h"
#include "DTFluxUtils.generated.h"
/**
*
@ -70,4 +70,8 @@ public:
UFUNCTION(BlueprintCallable, Category="DTFlux|Utils")
static void GetFullName(const int Bib, FText& OutFullName);
UFUNCTION(BlueprintCallable, Category="DTFlux|Utils")
static void SortSplitRankingsByRank(TArray<FDTFluxSplitRanking>& Rankings);
};