2026-03-31 07:42:56 -04:00
|
|
|
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "UI/API/GameSessions/JoinGame.h"
|
2026-03-31 08:15:28 -04:00
|
|
|
#include "Components/TextBlock.h"
|
|
|
|
|
|
|
|
|
|
void UJoinGame::SetStatusMessage(const FString& Message) const
|
|
|
|
|
{
|
|
|
|
|
TextBlock_StatusMessage->SetText(FText::FromString(Message));
|
|
|
|
|
}
|