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

#include <WorldPartitionRuntimeSpatialHash.h>

Public Member Functions

 FSpatialHashStreamingGridLayerCell ()=default
 
 FSpatialHashStreamingGridLayerCell (const FSpatialHashStreamingGridLayerCell &Other)=delete
 
 FSpatialHashStreamingGridLayerCell (FSpatialHashStreamingGridLayerCell &&Other)=default
 
FSpatialHashStreamingGridLayerCelloperator= (const FSpatialHashStreamingGridLayerCell &Other)=delete
 
FSpatialHashStreamingGridLayerCelloperator= (FSpatialHashStreamingGridLayerCell &&Other)=default
 

Public Attributes

TArray< TObjectPtr< UWorldPartitionRuntimeCell > > GridCells
 

Constructor & Destructor Documentation

◆ FSpatialHashStreamingGridLayerCell() [1/3]

FSpatialHashStreamingGridLayerCell::FSpatialHashStreamingGridLayerCell ( )
default

◆ FSpatialHashStreamingGridLayerCell() [2/3]

FSpatialHashStreamingGridLayerCell::FSpatialHashStreamingGridLayerCell ( const FSpatialHashStreamingGridLayerCell Other)
delete

◆ FSpatialHashStreamingGridLayerCell() [3/3]

FSpatialHashStreamingGridLayerCell::FSpatialHashStreamingGridLayerCell ( FSpatialHashStreamingGridLayerCell &&  Other)
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ GridCells

TArray<TObjectPtr<UWorldPartitionRuntimeCell> > FSpatialHashStreamingGridLayerCell::GridCells

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