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

11 lines
340 B
C++

#include "FortSearchPassState.h"
FFortSearchPassState::FFortSearchPassState() {
this->BestSessionIdx = 0;
this->bWasCanceled = false;
this->FailureType = EFortSessionHelperJoinResult::NoResult;
this->MatchmakingState = EMatchmakingState::NotMatchmaking;
this->LastBeaconResponse = EPartyReservationResult::NoResult;
}