wp.Runtime.RuntimeSpatialHashSortUsingCellPriority

wp.Runtime.RuntimeSpatialHashSortUsingCellPriority

#Overview

name: wp.Runtime.RuntimeSpatialHashSortUsingCellPriority

This variable is created as a Console Variable (cvar).

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:20

Scope: file

Source code excerpt:

static bool GRuntimeSpatialHashSortUsingCellPriority = true;
static FAutoConsoleVariableRef CVarRuntimeSpatialHashSortUsingCellPriority(
	TEXT("wp.Runtime.RuntimeSpatialHashSortUsingCellPriority"),
	GRuntimeSpatialHashSortUsingCellPriority,
	TEXT("Set to 1 to use cell priority before distance to/angle from source as part of the sorting criterias when sorting cells by importance."));

UWorldPartitionRuntimeCellDataSpatialHash::UWorldPartitionRuntimeCellDataSpatialHash(const FObjectInitializer& ObjectInitializer)
	: Super(ObjectInitializer)
	, Extent(0)