Adding GetFormatedName() with Bib param
This commit is contained in:
@ -17,6 +17,9 @@ class DTFLUXUTILITIES_API UFTDFluxUtils : public UBlueprintFunctionLibrary
|
||||
|
||||
public:
|
||||
UFUNCTION(BlueprintCallable, Category="DTFlux|Utils", Meta=(Keywords="name, concat, participant"))
|
||||
static FText GetFormatedName(FDTFluxParticipant& Participant, const int MaxChar = 10,
|
||||
static FText GetFormatedName(const int& Bib, const int MaxChar = 10,
|
||||
const FString OverFlowChar = "...");
|
||||
UFUNCTION(BlueprintCallable, Category="DTFlux|Utils", Meta=(Keywords="name, concat, participant"))
|
||||
static FText GetParticipantFormatedName(FDTFluxParticipant& Participant, const int MaxChar = 10,
|
||||
const FString OverFlowChar = "...");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user