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

11 lines
261 B
C++

#include "VolumePerformanceMetrics.h"
FVolumePerformanceMetrics::FVolumePerformanceMetrics() {
PerformanceValue = 0;
PerformanceMaxValue = 0;
PerformanceLowendThreshold = 0;
PreviewDeltaValue = 0;
Category = EFortBudgetCategory::Memory;
}