wp.Runtime.FilterRuntimeSpatialHashGridLevel
wp.Runtime.FilterRuntimeSpatialHashGridLevel
#Overview
name: wp.Runtime.FilterRuntimeSpatialHashGridLevel
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Used to choose filter a single world partition runtime hash grid 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/Engine/Private/WorldPartition/WorldPartitionRuntimeSpatialHash.cpp:65
Scope: file
Source code excerpt:
static int32 GFilterRuntimeSpatialHashGridLevel = INDEX_NONE;
static FAutoConsoleVariableRef CVarFilterRuntimeSpatialHashGridLevel(
TEXT("wp.Runtime.FilterRuntimeSpatialHashGridLevel"),
GFilterRuntimeSpatialHashGridLevel,
TEXT("Used to choose filter a single world partition runtime hash grid level."));
#endif
static int32 GForceRuntimeSpatialHashZCulling = -1;
static FAutoConsoleVariableRef CVarForceRuntimeSpatialHashZCulling(