wp.Runtime.RuntimeSpatialHashSortUsingCellExtent
wp.Runtime.RuntimeSpatialHashSortUsingCellExtent
#Overview
name: wp.Runtime.RuntimeSpatialHashSortUsingCellExtent
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Set to 1 to use cell extent instead of cell grid level when sorting cells by importance.
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/WorldPartitionRuntimeCellDataSpatialHash.cpp:14
Scope: file
Source code excerpt:
static bool GRuntimeSpatialHashSortUsingCellExtent = true;
static FAutoConsoleVariableRef CVarRuntimeSpatialHashSortUsingCellExtent(
TEXT("wp.Runtime.RuntimeSpatialHashSortUsingCellExtent"),
GRuntimeSpatialHashSortUsingCellExtent,
TEXT("Set to 1 to use cell extent instead of cell grid level when sorting cells by importance."));
static bool GRuntimeSpatialHashSortUsingCellPriority = true;
static FAutoConsoleVariableRef CVarRuntimeSpatialHashSortUsingCellPriority(
TEXT("wp.Runtime.RuntimeSpatialHashSortUsingCellPriority"),