Added Utility Function to get FirstName And LastName of a Participant

This commit is contained in:
2025-07-15 01:11:18 +02:00
parent ae8b694f69
commit 505e4b7af2
2 changed files with 43 additions and 3 deletions

View File

@ -66,4 +66,8 @@ public:
OutRanking.Add(static_cast<T>(Item));
}
}
UFUNCTION(BlueprintCallable, Category="DTFlux|Utils")
static void GetFullName(const int Bib, FText& OutFullName);
};