Files
FNGameProj/Source/FortniteGame/Private/FortMatchmakingActor.cpp
T
2024-03-03 23:44:39 +01:00

14 lines
261 B
C++

#include "FortMatchmakingActor.h"
bool AFortMatchmakingActor::ShouldUseBlueprintMMSCode() const {
return false;
}
FString AFortMatchmakingActor::GetMMSCodeForLocalPlayerParty() {
return TEXT("");
}
AFortMatchmakingActor::AFortMatchmakingActor() {
}