memory.logGenericPlatformMemoryStats

memory.logGenericPlatformMemoryStats

#Overview

name: memory.logGenericPlatformMemoryStats

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMemory.cpp:47

Scope (from outer to inner):

file
namespace    GenericPlatformMemory

Source code excerpt:

	static int32 GLogPlatformMemoryStats = 1;
	static FAutoConsoleVariableRef CVarLogPlatformMemoryStats(
		TEXT("memory.logGenericPlatformMemoryStats"),
		GLogPlatformMemoryStats,
		TEXT("Report Platform Memory Stats)\n"),
		ECVF_Default);

	static float GMemoryPressureCriticalThresholdMB = 0;
	static FAutoConsoleVariableRef CVarMemoryPressureCriticalThresholdMB(