Editor.AsyncAssetCompilationResume
Editor.AsyncAssetCompilationResume
#Overview
name: Editor.AsyncAssetCompilationResume
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Number of queued work to resume while paused.
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/Source/Runtime/Engine/Private/AssetCompilingManager.cpp:86
Scope (from outer to inner):
file
namespace AssetCompilingManagerImpl
function static void EnsureInitializedCVars
Source code excerpt:
AsyncCompilationHelpers::EnsureInitializedCVars(
TEXT("asset"),
CVarAsyncCompilationStandard.AsyncCompilation,
CVarAsyncCompilationStandard.AsyncCompilationMaxConcurrency
);
}
#endif
}