au.Debug.StopSound
au.Debug.StopSound
#Overview
name: au.Debug.StopSound
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Stops debug sound.\n-AllViews: If option provided, stops all debug sounds in all viewports.\n
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/AudioDebug.cpp:672
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithWorldAndArgs GAudioStopDebugSound
(
TEXT("au.Debug.StopSound"),
TEXT("Stops debug sound.\n")
TEXT("-AllViews: If option provided, stops all debug sounds in all viewports.\n"),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(&Audio::HandleStopDebugSound),
ECVF_Cheat
);