au.Debug.Modulation.Enable.Matrix
au.Debug.Modulation.Enable.Matrix
#Overview
name: au.Debug.Modulation.Enable.Matrix
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Whether or not to enable mix matrix. Arguments:\nEnabled (Default: 1/True) - Whether or not to have matrix view enabled.\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/Plugins/Runtime/AudioModulation/Source/AudioModulation/Private/AudioModulationDebugger.cpp:93
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithWorldAndArgs CVarAudioModulationDebugMatrix(
TEXT("au.Debug.Modulation.Enable.Matrix"),
TEXT("Whether or not to enable mix matrix. Arguments:\n"
"Enabled (Default: 1/True) - Whether or not to have matrix view enabled.\n"),
FConsoleCommandWithWorldAndArgsDelegate::CreateLambda([](const TArray<FString>& Args, UWorld* World)
{
using namespace AudioModulation;
Debug::UpdateObjectFilter(Args, World, [](FAudioModulationManager& InModulation, const FString* InFilter)