UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSpatialHashStreamingGridLevel Struct Reference

#include <WorldPartitionRuntimeSpatialHash.h>

Public Member Functions

 FSpatialHashStreamingGridLevel ()=default
 
 FSpatialHashStreamingGridLevel (const FSpatialHashStreamingGridLevel &Other)=delete
 
 FSpatialHashStreamingGridLevel (FSpatialHashStreamingGridLevel &&Other)=default
 
FSpatialHashStreamingGridLeveloperator= (const FSpatialHashStreamingGridLevel &Other)=delete
 
FSpatialHashStreamingGridLeveloperator= (FSpatialHashStreamingGridLevel &&Other)=default
 

Public Attributes

TArray< FSpatialHashStreamingGridLayerCellLayerCells
 
TMap< int64, int32LayerCellsMapping
 

Detailed Description

Represents a PIE/Game streaming grid level

Constructor & Destructor Documentation

◆ FSpatialHashStreamingGridLevel() [1/3]

FSpatialHashStreamingGridLevel::FSpatialHashStreamingGridLevel ( )
default

◆ FSpatialHashStreamingGridLevel() [2/3]

FSpatialHashStreamingGridLevel::FSpatialHashStreamingGridLevel ( const FSpatialHashStreamingGridLevel Other)
delete

◆ FSpatialHashStreamingGridLevel() [3/3]

FSpatialHashStreamingGridLevel::FSpatialHashStreamingGridLevel ( FSpatialHashStreamingGridLevel &&  Other)
default

Member Function Documentation

◆ operator=() [1/2]

FSpatialHashStreamingGridLevel & FSpatialHashStreamingGridLevel::operator= ( const FSpatialHashStreamingGridLevel Other)
delete

◆ operator=() [2/2]

FSpatialHashStreamingGridLevel & FSpatialHashStreamingGridLevel::operator= ( FSpatialHashStreamingGridLevel &&  Other)
default

Member Data Documentation

◆ LayerCells

TArray<FSpatialHashStreamingGridLayerCell> FSpatialHashStreamingGridLevel::LayerCells

Represents the grid cells

◆ LayerCellsMapping

TMap<int64, int32> FSpatialHashStreamingGridLevel::LayerCellsMapping

Represents the grid cells index mapping


The documentation for this struct was generated from the following file: