au.MetaSound.Debug.EnableOperatorMissingOverrideLog
au.MetaSound.Debug.EnableOperatorMissingOverrideLog
#Overview
name: au.MetaSound.Debug.EnableOperatorMissingOverrideLog
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables additional logging on operators with missing overrides\nDefault: false
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/Metasound/Source/MetasoundGraphCore/Private/MetasoundOperatorInterface.cpp:18
Scope: file
Source code excerpt:
FAutoConsoleVariableRef CVarMetaSoundEnableOperatorMissingOverrideLog(
TEXT("au.MetaSound.Debug.EnableOperatorMissingOverrideLog"),
Metasound::MetasoundOperatorInterfacePrivate::bEnableMetaSoundOperatorMissingOverrideLog,
TEXT("Enables additional logging on operators with missing overrides\n")
TEXT("Default: false"),
ECVF_Default);
namespace Metasound