Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorldPartitionRuntimeCellDataSp-
Description
Sorting criterias:
- Highest priority affecting source (lowest to highest)
-
Cell hierarchical level (highest to lowest)
- Cell custom priority (lowest to highest)
- Cell distance and angle from source (lowest to highest)
Virtual Inheritance
- UWorldPartitionRuntimeCellData::SortCompare → UWorldPartitionRuntimeCellDataSpatialHash::SortCompare
| Name | SortCompare |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionRuntimeCellDataSpatialHash.h |
| Include Path | #include "WorldPartition/WorldPartitionRuntimeCellDataSpatialHash.h" |
| Source | /Engine/Source/Runtime/Engine/Private/WorldPartition/WorldPartitionRuntimeCellDataSpatialHash.cpp |
virtual int32 SortCompare
(
const UWorldPartitionRuntimeCellData * InOther
) const