au.MetaSound.DisableAsyncGraphRegistration

au.MetaSound.DisableAsyncGraphRegistration

#Overview

name: au.MetaSound.DisableAsyncGraphRegistration

This variable is created as a Console Variable (cvar).

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/MetasoundFrontend/Private/MetasoundAssetBase.cpp:133

Scope (from outer to inner):

file
namespace    Metasound
namespace    Frontend

Source code excerpt:


		FAutoConsoleVariableRef CVarMetaSoundDisableAsyncGraphRegistration(
			TEXT("au.MetaSound.DisableAsyncGraphRegistration"),
			Metasound::Frontend::ConsoleVariables::bDisableAsyncGraphRegistration,
			TEXT("Disables async registration of MetaSound graphs\n")
			TEXT("Default: false"),
			ECVF_Default);
		FConsoleVariableMulticastDelegate CVarMetaSoundBlockRateChanged;