Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorldPartitionRuntimeCellData
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)
Derived Overrides
| Name | SortCompare |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionRuntimeCellData.h |
| Include Path | #include "WorldPartition/WorldPartitionRuntimeCellData.h" |
| Source | /Engine/Source/Runtime/Engine/Private/WorldPartition/WorldPartitionRuntimeCellData.cpp |
virtual int32 SortCompare
(
const UWorldPartitionRuntimeCellData * InOther
) const