Files
FNGameProj/Source/FortniteGame/Private/FortGeneratedEncounterProfile.cpp
2024-01-21 00:41:14 +01: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;
}