au.MetaSound.Experimental.OperatorPool.SetMaxNumOperators
au.MetaSound.Experimental.OperatorPool.SetMaxNumOperators
#Overview
name: au.MetaSound.Experimental.OperatorPool.SetMaxNumOperators
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Set the maximum number of operators in the MetaSound operator cache.
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/MetasoundGeneratorModule.cpp:14
Scope: file
Source code excerpt:
static FAutoConsoleCommand CommandMetaSoundExperimentalOperatorPoolSetMaxNumOperators(
TEXT("au.MetaSound.Experimental.OperatorPool.SetMaxNumOperators"),
TEXT("Set the maximum number of operators in the MetaSound operator cache."),
FConsoleCommandWithArgsDelegate::CreateStatic([](const TArray< FString >& Args)
{
using namespace Metasound;
if (Args.Num() < 1)