Fixing GetFormattedName AGAIN
This commit is contained in:
@ -10,7 +10,7 @@ FText UFTDFluxUtils::GetFormatedName(const int& Bib, const int MaxChar, const FS
|
|||||||
const FString OverFlowChar)
|
const FString OverFlowChar)
|
||||||
{
|
{
|
||||||
UDTFluxCoreSubsystem* CoreSubsystem = GEngine->GetEngineSubsystem<UDTFluxCoreSubsystem>();
|
UDTFluxCoreSubsystem* CoreSubsystem = GEngine->GetEngineSubsystem<UDTFluxCoreSubsystem>();
|
||||||
if (CoreSubsystem == nullptr)
|
if (CoreSubsystem != nullptr)
|
||||||
{
|
{
|
||||||
FDTFluxParticipant OutParticipant;
|
FDTFluxParticipant OutParticipant;
|
||||||
CoreSubsystem->GetParticipant(Bib, OutParticipant);
|
CoreSubsystem->GetParticipant(Bib, OutParticipant);
|
||||||
|
|||||||
Reference in New Issue
Block a user