Files
FNGameProj/Source/FortniteGame/Private/FortMatchmaking.cpp
2024-01-21 00:41:14 +01:00

13 lines
430 B
C++

#include "FortMatchmaking.h"
#include "FortPartyBeaconClient.h"
UFortMatchmaking::UFortMatchmaking() {
this->ReservationBeaconClientClass = AFortPartyBeaconClient::StaticClass();
this->ReservationBeaconClient = NULL;
this->LobbyBeaconClient = NULL;
this->ControllerId = 0;
this->Matchmaking = NULL;
this->LastMatchmakingPrivacyConfiguration = EFortMatchmakingPrivacyConfiguration::UserPartyConfigured;
}