au.MetaSound.EnableGeneratorNonFiniteLogging
au.MetaSound.EnableGeneratorNonFiniteLogging
#Overview
name: au.MetaSound.EnableGeneratorNonFiniteLogging
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables logging of non-finite (NaN/inf) audio samples values produced from a FMetaSoundGenerator\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/MetasoundGenerator/Private/MetasoundGenerator.cpp:217
Scope: file
Source code excerpt:
FAutoConsoleVariableRef CVarMetaSoundEnableGeneratorNonFiniteLogging(
TEXT("au.MetaSound.EnableGeneratorNonFiniteLogging"),
Metasound::ConsoleVariables::bEnableMetaSoundGeneratorNonFiniteLogging,
TEXT("Enables logging of non-finite (NaN/inf) audio samples values produced from a FMetaSoundGenerator\n")
TEXT("Default: false"),
ECVF_Default);
FAutoConsoleVariableRef CVarMetaSoundEnableGeneratorInvalidSampleValueLogging(