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

11 lines
355 B
C++

#include "FortGeneratedEncounterProfile.h"
FFortGeneratedEncounterProfile::FFortGeneratedEncounterProfile() {
this->EncounterDifficultyLevel = 0.00f;
this->DifficultyOptionPointsAvailableAtGeneration = 0;
this->MinDifficultyOptionPointsToUse = 0;
this->bShouldReselectOptionsPerInstance = false;
this->GeneratedEncounterIndex = 0;
}