Lesson 68 - JoinGame Callbacks
This commit is contained in:
@@ -2,3 +2,9 @@
|
||||
|
||||
|
||||
#include "UI/API/GameSessions/JoinGame.h"
|
||||
#include "Components/TextBlock.h"
|
||||
|
||||
void UJoinGame::SetStatusMessage(const FString& Message) const
|
||||
{
|
||||
TextBlock_StatusMessage->SetText(FText::FromString(Message));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user