Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/RuntimeHashSet > API/Runtime/Engine/WorldPartition/RuntimeHashSet/URuntimePartition
Inheritance Hierarchy
- URuntimePartition::FCellDesc
- URuntimePartition::FCellDescInstance
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/RuntimeHashSet/RuntimePartition.h |
| Include | #include "WorldPartition/RuntimeHashSet/RuntimePartition.h" |
Syntax
struct FCellDescInstance : public URuntimePartition::FCellDesc
Remarks
Represents a cell descriptor instance, which is an instance of a cell after being split into data layers, etc. and ready to be converted into a streaming level.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ContentBundleID | ||
| TArray< const UDataLayerInstance * > | DataLayerInstances | ||
| URuntimePartition * | SourcePartition |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCellDescInstance
(
const FCellDesc& InCellDesc, |