au.submix.drawgraph
au.submix.drawgraph
#Overview
name: au.submix.drawgraph
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Draws the submix heirarchy for this world to the debug output
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/AudioMixerDevice.cpp:200
Scope (from outer to inner):
file
namespace Audio
Source code excerpt:
static FAutoConsoleCommand DumpSubmixCmd(
TEXT("au.submix.drawgraph"),
TEXT("Draws the submix heirarchy for this world to the debug output"),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateLambda([](const TArray<FString>& InArgs, UWorld* InWorld, FOutputDevice& OutLog)
{
if (InWorld)
{
if (const FMixerDevice* MixerDevice = static_cast<FMixerDevice*>(InWorld->GetAudioDeviceRaw()))