r.Cache.UpdatePrimsTaskEnabled
r.Cache.UpdatePrimsTaskEnabled
#Overview
name: r.Cache.UpdatePrimsTaskEnabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable threading for ILC primitive update. Will overlap with the rest the end of InitViews.
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/Renderer/Private/SceneVisibility.cpp:149
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarILCUpdatePrimitivesTask(
TEXT("r.Cache.UpdatePrimsTaskEnabled"),
GILCUpdatePrimTaskEnabled,
TEXT("Enable threading for ILC primitive update. Will overlap with the rest the end of InitViews."),
ECVF_RenderThreadSafe
);
int32 GEarlyInitDynamicShadows = 1;