Files
FNGameProj/Source/FortniteGame/Private/VolumePerformanceMetrics.cpp
2024-01-21 00:41:14 +01:00

9 lines
199 B
C++

#include "VolumePerformanceMetrics.h"
FVolumePerformanceMetrics::FVolumePerformanceMetrics() {
this->PerformanceValue = 0;
this->PerformanceMaxValue = 0;
this->PreviewDeltaValue = 0;
}