au.Debug.Modulation.Filter.Mixes
au.Debug.Modulation.Filter.Mixes
#Overview
name: au.Debug.Modulation.Filter.Mixes
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Sets substring by which to filter mixes in matrix view. Arguments:\nFilter - Filter bus mixes by name using the provided substring.\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:80
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithWorldAndArgs CVarAudioModulationDebugMixes(
TEXT("au.Debug.Modulation.Filter.Mixes"),
TEXT("Sets substring by which to filter mixes in matrix view. Arguments:\n"
"Filter - Filter bus mixes by name using the provided substring.\n"),
FConsoleCommandWithWorldAndArgsDelegate::CreateLambda([](const TArray<FString>& Args, UWorld* World)
{
using namespace AudioModulation;
Debug::UpdateObjectFilter(Args, World, [](FAudioModulationManager& InModulation, const FString* InFilter)