Editor.AsyncAssetCompilationFinishAll
Editor.AsyncAssetCompilationFinishAll
#Overview
name: Editor.AsyncAssetCompilationFinishAll
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Finish all assets compilations
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
}