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