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 FStreamingGrid
Remarks
Represents a streaming grid
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Bounds | Bounds of this grid | |
| int32 | CellSize | If set (over zero), represents the cell size of the grid | |
| int32 | LoadingRange | If set (over zero) , represents the default loading range of the grid | |
| FName | Name | Name of this grid | |
| TArray< FStreamingCell > | StreamingCells | Streaming cells of this grid |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DumpStateLog
(
FHierarchicalLogArchive& Ar |