UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::SVT::FPageTopology Struct Reference

#include <SparseVolumeTexture.h>

Classes

struct  FMip
 

Public Member Functions

void Reset ()
 
void Serialize (FArchive &Ar)
 
uint32 NumPages () const
 
bool IsValidPageIndex (uint32 PageIndex) const
 
void GetTileRange (uint32 PageOffset, uint32 PageCount, uint32 &OutTileOffset, uint32 &OutTileCount) const
 

Public Attributes

TArray< FMipMipInfo
 
TArray< uint32PackedPageTableCoords
 
TArray< uint32TileIndices
 
TArray< uint32ParentIndices
 

Member Function Documentation

◆ GetTileRange()

void UE::SVT::FPageTopology::GetTileRange ( uint32  PageOffset,
uint32  PageCount,
uint32 OutTileOffset,
uint32 OutTileCount 
) const

◆ IsValidPageIndex()

bool UE::SVT::FPageTopology::IsValidPageIndex ( uint32  PageIndex) const
inline

◆ NumPages()

uint32 UE::SVT::FPageTopology::NumPages ( ) const
inline

◆ Reset()

void UE::SVT::FPageTopology::Reset ( )

◆ Serialize()

void UE::SVT::FPageTopology::Serialize ( FArchive Ar)

Member Data Documentation

◆ MipInfo

TArray<FMip> UE::SVT::FPageTopology::MipInfo

◆ PackedPageTableCoords

TArray<uint32> UE::SVT::FPageTopology::PackedPageTableCoords

◆ ParentIndices

TArray<uint32> UE::SVT::FPageTopology::ParentIndices

◆ TileIndices

TArray<uint32> UE::SVT::FPageTopology::TileIndices

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