au.streamcaching.SaveAudiomemReportOnCacheOverflow

au.streamcaching.SaveAudiomemReportOnCacheOverflow

#Overview

name: au.streamcaching.SaveAudiomemReportOnCacheOverflow

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/Engine/Private/AudioStreamingCache.cpp:112

Scope: file

Source code excerpt:

static int32 SaveAudioMemReportOnCacheOverflowCVar = 0;
FAutoConsoleVariableRef CVarSaveAudiomemReportOnCacheOverflow(
	TEXT("au.streamcaching.SaveAudiomemReportOnCacheOverflow"),
	SaveAudioMemReportOnCacheOverflowCVar,
	TEXT("When set to one, we print an audiomemreport when the cache has overflown.\n")
	TEXT("0: Disabled, 1: Enabled"),
	ECVF_Default);

static int32 DebugViewCVar = 2;