wp.Runtime.RuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels
wp.Runtime.RuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels
#Overview
name: wp.Runtime.RuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Set RuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels to false to avoid snapping higher levels cells to child cells. Only used when GRuntimeSpatialHashUseAlignedGridLevels is false.
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/RuntimeSpatialHash/RuntimeSpatialHashGridHelper.cpp:17
Scope: file
Source code excerpt:
bool GRuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels = true;
static FAutoConsoleVariableRef CVarRuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels(
TEXT("wp.Runtime.RuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels"),
GRuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels,
TEXT("Set RuntimeSpatialHashSnapNonAlignedGridLevelsToLowerLevels to false to avoid snapping higher levels cells to child cells. Only used when GRuntimeSpatialHashUseAlignedGridLevels is false."));
bool GRuntimeSpatialHashPlaceSmallActorsUsingLocation = false;
static FAutoConsoleVariableRef CVarRuntimeSpatialHashPlaceSmallActorsUsingLocation(
TEXT("wp.Runtime.RuntimeSpatialHashPlaceSmallActorsUsingLocation"),