Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWorldPartitionRuntimeCellData
- UWorldPartitionRuntimeCellDataSpatialHash
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionRuntimeCellData.h |
| Include | #include "WorldPartition/WorldPartitionRuntimeCellData.h" |
Syntax
class UWorldPartitionRuntimeCellData : public UObject
Remarks
Caches information on streaming source that will be used later on to sort cell.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | CachedMinSourcePriority | Source Priority. | |
| int32 | CachedSourceInfoEpoch | Epoch used to dirty cache. | |
| TArray< float > | CachedSourcePriorityWeights | Source Priorities. | |
| FBox | ContentBounds | ||
| FStringTest | DebugName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UWorldPartitionRuntimeCellData
(
const FObjectInitializer& ObjectInitializer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendStreamingSourceInfo
(
const FWorldPartitionStreamingSource& Source, |
||
| void | |||
| FBox | |||
| const FBox & | |||
| FString | GetDebugName () |
||
| bool | IsDebugShown () |
||
| void | |||
| void | |||
| bool | |||
| int32 | SortCompare
(
const UWorldPartitionRuntimeCellData* InOther, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Handles reading, writing, and reference collecting using FArchive. |
Constants
| Name | Description |
|---|---|
| StreamingSourceCacheEpoch |