Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/FStreamingDescriptor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionStreamingDescriptor.h |
| Include | #include "WorldPartition/WorldPartitionStreamingDescriptor.h" |
Syntax
struct FStreamingCell
Remarks
Represents a streaming cell
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FStreamingActor > | Actors | Actors in this cell | |
| bool | bIsSpatiallyLoaded | If this cell is spatially loaded or not | |
| FBox | Bounds | The cell bounds, not necessarily the same size for all cells | |
| FName | CellPackage | PackageName for this cell | |
| TArray< FName > | DataLayers | Data layers for this cell |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DumpStateLog
(
FHierarchicalLogArchive& Ar |