// Fill out your copyright notice in the Description page of Project Settings. #include "FTDFluxUtils.h" FText UFTDFluxUtils::GetFormatedName(FDTFluxParticipant& Participant, const int MaxChar, const FString OverFlowChar) { return Participant.GetFormattedNameText(MaxChar, OverFlowChar); }