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