r.Cache.QueryNodeLevel
r.Cache.QueryNodeLevel
#Overview
name: r.Cache.QueryNodeLevel
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Level of the lighting sample octree whose node\'s extents should be the target size for queries into the octree.\nPrimitive blocks will be broken up into multiple octree queries if they are larger than this.0 is the root, 12 is the leaf level
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/IndirectLightingCache.cpp:93
Scope: file
Source code excerpt:
int32 GCacheQueryNodeLevel = 3;
static FAutoConsoleVariableRef CVarCacheQueryNodeLevel(
TEXT("r.Cache.QueryNodeLevel"),
GCacheQueryNodeLevel,
TEXT("Level of the lighting sample octree whose node's extents should be the target size for queries into the octree.\n")
TEXT("Primitive blocks will be broken up into multiple octree queries if they are larger than this.")
TEXT("0 is the root, 12 is the leaf level"),
ECVF_RenderThreadSafe
);