au.MetaSound.GeneratorSampleValueThreshold
au.MetaSound.GeneratorSampleValueThreshold
#Overview
name: au.MetaSound.GeneratorSampleValueThreshold
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If invalid sample value logging is enabled, this sets the maximum abs value threshold for logging samples\nDefault: 2.0
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:231
Scope: file
Source code excerpt:
FAutoConsoleVariableRef CVarMetaSoundGeneratorSampleValueThrehshold(
TEXT("au.MetaSound.GeneratorSampleValueThreshold"),
Metasound::ConsoleVariables::MetasoundGeneratorSampleValueThreshold,
TEXT("If invalid sample value logging is enabled, this sets the maximum abs value threshold for logging samples\n")
TEXT("Default: 2.0"),
ECVF_Default);
#endif // if !UE_BUILD_SHIPPING