Files
DedicatedServerCourse/Source/DedicatedServers/Private/UI/Portal/PortalManager.cpp
2026-03-31 08:15:28 -04:00

10 lines
245 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#include "UI/Portal/PortalManager.h"
void UPortalManager::JoinGameSession()
{
BroadcastJoinGameSessionMessage.Broadcast(TEXT("Searching for Game Session..."));
}