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

9 lines
296 B
C++

#include "FortPlayerPerformanceEstimateSettings.h"
FFortPlayerPerformanceEstimateSettings::FFortPlayerPerformanceEstimateSettings() {
this->EncounterPlayerPerformanceWeight = 0.00f;
this->PreviousWavePlayerPerformanceWeight = 0.00f;
this->CampaignPlayerPerformanceWeight = 0.00f;
}