Fixing GetFormattedName AGAIN

This commit is contained in:
2025-07-15 05:17:30 +02:00
parent 69536766b1
commit c02993057f

View File

@ -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);