wp.Runtime.RuntimeSpatialHashCellToSourceAngleContributionToCellImportance
wp.Runtime.RuntimeSpatialHashCellToSourceAngleContributionToCellImportance
#Overview
name: wp.Runtime.RuntimeSpatialHashCellToSourceAngleContributionToCellImportance
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Value between 0 and 1 that modulates the contribution of the angle between streaming source-to-cell vector and source-forward vector to the cell importance. The closest to 0, the less the angle will contribute to the cell 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:8
Scope: file
Source code excerpt:
static float GRuntimeSpatialHashCellToSourceAngleContributionToCellImportance = 0.4f; // Value between [0, 1]
static FAutoConsoleVariableRef CVarRuntimeSpatialHashCellToSourceAngleContributionToCellImportance(
TEXT("wp.Runtime.RuntimeSpatialHashCellToSourceAngleContributionToCellImportance"),
GRuntimeSpatialHashCellToSourceAngleContributionToCellImportance,
TEXT("Value between 0 and 1 that modulates the contribution of the angle between streaming source-to-cell vector and source-forward vector to the cell importance. The closest to 0, the less the angle will contribute to the cell importance."));
static bool GRuntimeSpatialHashSortUsingCellExtent = true;
static FAutoConsoleVariableRef CVarRuntimeSpatialHashSortUsingCellExtent(
TEXT("wp.Runtime.RuntimeSpatialHashSortUsingCellExtent"),