au.streamcaching.StopProfiling
au.streamcaching.StopProfiling
#Overview
name: au.streamcaching.StopProfiling
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
This will start a performance-intensive profiling mode for this streaming manager. Profile stats can be output with audiomemreport.
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:207
Scope: file
Source code excerpt:
static FAutoConsoleCommand GDisableProfilingAudioCacheCommand(
TEXT("au.streamcaching.StopProfiling"),
TEXT("This will start a performance-intensive profiling mode for this streaming manager. Profile stats can be output with audiomemreport."),
FConsoleCommandDelegate::CreateStatic(
[]()
{
IStreamingManager::Get().GetAudioStreamingManager().SetProfilingMode(false);