mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
12 lines
281 B
C++
12 lines
281 B
C++
#include "FrameStatsProfilingHelper.h"
|
|
|
|
void UFrameStatsProfilingHelper::StopRecordingFrameStats(const FString& MapName) {
|
|
}
|
|
|
|
void UFrameStatsProfilingHelper::StartRecordingFrameStats(const FString& FPSChartLabel) {
|
|
}
|
|
|
|
UFrameStatsProfilingHelper::UFrameStatsProfilingHelper() {
|
|
}
|
|
|