Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionRuntimeSpatialHash.h |
| Include | #include "WorldPartition/WorldPartitionRuntimeSpatialHash.h" |
Syntax
USTRUCT ()
struct FSpatialHashStreamingGridLayerCell
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UWorldPartitionRuntimeCell > > | GridCells |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSpatialHashStreamingGridLayerCell
(
const FSpatialHashStreamingGridLayerCell& Other |
Move constructor. | ||
Operators
| Type | Name | Description | |
|---|---|---|---|
| FSpatialHashStreamingGridLayerCell & | operator=
(
const FSpatialHashStreamingGridLayerCell& Other |
Move assignment. | |
| FSpatialHashStreamingGridLayerCell & | operator=
(
FSpatialHashStreamingGridLayerCell&& Other |