au.MetaSound.Experimental.EnableRuntimePresetGraphInflation
au.MetaSound.Experimental.EnableRuntimePresetGraphInflation
#Overview
name: au.MetaSound.Experimental.EnableRuntimePresetGraphInflation
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables experimental feature of MetaSounds which reduces overhead of preset graphs\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/MetasoundEngine/Private/MetasoundSource.cpp:325
Scope: file
Source code excerpt:
FAutoConsoleVariableRef CVarMetaSoundEnableExperimentalRUntimePresetGraphInflation(
TEXT("au.MetaSound.Experimental.EnableRuntimePresetGraphInflation"),
Metasound::ConsoleVariables::bEnableExperimentalRuntimePresetGraphInflation,
TEXT("Enables experimental feature of MetaSounds which reduces overhead of preset graphs\n")
TEXT("Default: false"),
ECVF_Default);