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

8 lines
213 B
C++

#include "FortCachedMatchmakingSearchParams.h"
FFortCachedMatchmakingSearchParams::FFortCachedMatchmakingSearchParams() {
this->MatchmakingType = EFortMatchmakingType::Gathering;
this->bValid = false;
}