Files
DTFluxAPI/Source/DTFluxUtilities/Private/FTDFluxUtils.cpp

10 lines
297 B
C++

// 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);
}