au.ThreadedSwapDebugExtraTime
au.ThreadedSwapDebugExtraTime
#Overview
name: au.ThreadedSwapDebugExtraTime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Simulate a slow device swap by adding addional time to the swap task
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/Windows/AudioMixerXAudio2/Private/AudioMixerPlatformXAudio2.cpp:180
Scope (from outer to inner):
file
namespace Audio
function bool FMixerPlatformXAudio2::CheckThreadedDeviceSwap
Source code excerpt:
static float ThreadedSwapDebugExtraTimeMsCVar = 0;
static FAutoConsoleVariableRef CVarOverrunTimeout(
TEXT("au.ThreadedSwapDebugExtraTime"),
ThreadedSwapDebugExtraTimeMsCVar,
TEXT("Simulate a slow device swap by adding addional time to the swap task"),
ECVF_Default);
if (bMoveAudioStreamToNewAudioDevice || ActiveDeviceSwap.IsValid())
{