Files
FNGameProj/Source/FortniteGame/Private/FortGameModeOutpost.cpp
T
2024-06-07 01:17:09 +02:00

16 lines
502 B
C++

#include "FortGameModeOutpost.h"
bool AFortGameModeOutpost::DoesOutpostStatusAllowMissionStart() const {
return false;
}
AFortGameModeOutpost::AFortGameModeOutpost() {
bSavePlayerBuiltStructuresAtAllTimes = false;
MinTotalContinuousOneHitResourcesDistributedForForcedSave = 0;
MaxContinuousOneHitResourcesDistributedBeforeForcedSave = 0;
bEnableLargeScaleDisassemblyForcedSaves = true;
bEnableUnsupportedStructureDisassembly = false;
bCheckNavMeshAvailability = false;
}