#include "MemoryStatsProfilingHelper.h" void UMemoryStatsProfilingHelper::PrintMemoryCaptureToLog(TMap InCapture, bool bCaptureIsInMB) { } void UMemoryStatsProfilingHelper::PrintMemoryCaptureToCsv(TMap InCapture, const FString& InFilename, const FString& OptionalCaptureName) { } void UMemoryStatsProfilingHelper::FinalizeMemoryCaptureCsv(const FString& InFilename) { } TMap UMemoryStatsProfilingHelper::CaptureMemoryValues(TMap InPrevCapture, TMap& OutComparison, bool bConvertToMB) { return TMap(); } UMemoryStatsProfilingHelper::UMemoryStatsProfilingHelper() { }