Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionRuntimeSpatialHashCell.h |
Include |
#include "WorldPartition/WorldPartitionRuntimeSpatialHashCell.h" |
class UWorldPartitionRuntimeSpatialHashCell : public UWorldPartitionRuntimeCell
Name | Description | ||
---|---|---|---|
|
CachedIsBlockingSource |
Used to determine if cell was requested by blocking source. |
|
|
float |
CachedMinSquareDistanceToBlockingSource |
Represents the square distance from cell to the closest blocking streaming source. |
|
float |
CachedMinSquareDistanceToSource |
Represents the square distance from cell to the closest streaming source. |
|
TArray< float > |
CachedSourceModulatedDistances |
|
|
float |
CachedSourceSortingDistance |
Modulated distance to the different streaming sources used to sort relative priority amongst streaming cells The value is affected by : |
|
float |
Extent |
|
|
Level |
||
|
Position |
||
|
TObjectPtr< UAc... |
UnsavedActorsContainer |
Name | Description | |
---|---|---|
|
UWorldPartitionRuntimeSpatialHashCell ( |
Name | Description | ||
---|---|---|---|
|
CacheStreamingSourceInfo ( |
Caches information on streaming source that will be used later on to sort cell. |
|
|
SortCompare ( |
Name | Description | ||
---|---|---|---|
|
PostDuplicate ( |
Called after duplication & serialization and before PostLoad. |