Files
2026-04-22 15:51:07 +02: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;
}