au.Debug.Modulation.Filter.Generators
au.Debug.Modulation.Filter.Generators
#Overview
name: au.Debug.Modulation.Filter.Generators
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Sets substring by which to filter generators. Arguments:\nName - Filter generators 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:110
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithWorldAndArgs CVarAudioModulationSetDebugGeneratorFilter(
TEXT("au.Debug.Modulation.Filter.Generators"),
TEXT("Sets substring by which to filter generators. Arguments:\n"
"Name - Filter generators by name using the provided substring.\n"),
FConsoleCommandWithWorldAndArgsDelegate::CreateLambda([](const TArray<FString>& Args, UWorld* World)
{
using namespace AudioModulation;