au.MetaSound.Experimental.EnableAutoCachingForOneShotOperators
au.MetaSound.Experimental.EnableAutoCachingForOneShotOperators
#Overview
name: au.MetaSound.Experimental.EnableAutoCachingForOneShotOperators
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables auto-caching of MetaSound operators using the OneShot source interface.\n(see MetasoundOperatorCacheSubsystem.h for manual path).\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:199
Scope: file
Source code excerpt:
FAutoConsoleVariableRef CVarMetaSoundEnableExperimentalAutoCachingForOneShotOperators(
TEXT("au.MetaSound.Experimental.EnableAutoCachingForOneShotOperators"),
Metasound::ConsoleVariables::bEnableExperimentalAutoCachingForOneShotOperators,
TEXT("Enables auto-caching of MetaSound operators using the OneShot source interface.\n")
TEXT("(see MetasoundOperatorCacheSubsystem.h for manual path).\n")
TEXT("Default: false"),
ECVF_Default);