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

10 lines
319 B
C++

#include "FortGeneratedDifficultyOptions.h"
FFortGeneratedDifficultyOptions::FFortGeneratedDifficultyOptions() {
this->GameDifficultyAtGeneration = 0.00f;
this->DifficultyOptionPointsAvailableAtGeneration = 0;
this->MaxEncounterSpawnPointsAtGeneration = 0;
this->MinDifficultyOptionPointsToUse = 0;
}