Files
UnrealEvent/Project/Source/FortniteGame/Private/CreativeIslandMatchmakingSettings.cpp
2026-04-22 15:51:07 +02:00

10 lines
279 B
C++

#include "CreativeIslandMatchmakingSettings.h"
FCreativeIslandMatchmakingSettings::FCreativeIslandMatchmakingSettings() {
this->MinimumNumberOfPlayers = 0;
this->MaximumNumberOfPlayers = 0;
this->TargetNumberOfPlayers = 0;
this->bAllowJoinInProgress = false;
}