au.DisableQuadReverb
au.DisableQuadReverb
#Overview
name: au.DisableQuadReverb
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Disables quad reverb in surround.\n0: Not Disabled, 1: Disabled
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/AudioMixer/Private/Effects/AudioMixerSubmixEffectReverb.cpp:38
Scope: file
Source code excerpt:
static int32 DisableQuadReverbCVarFast = 0;
static FAutoConsoleVariableRef CVarDisableQuadReverbCVarFast(
TEXT("au.DisableQuadReverb"),
DisableQuadReverbCVarFast,
TEXT("Disables quad reverb in surround.\n")
TEXT("0: Not Disabled, 1: Disabled"),
ECVF_Default);