Added Utility Function to get FirstName And LastName of a Participant
This commit is contained in:
@ -66,4 +66,8 @@ public:
|
||||
OutRanking.Add(static_cast<T>(Item));
|
||||
}
|
||||
}
|
||||
|
||||
UFUNCTION(BlueprintCallable, Category="DTFlux|Utils")
|
||||
static void GetFullName(const int Bib, FText& OutFullName);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user