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

#include <SparseVolumeTextureStreamingManager.h>

Public Member Functions

 FAllocation ()
 
 FAllocation (uint16 InFrameIndex, uint32 InTileIndex, bool bInIsLocked, bool bInIsAllocated)
 

Public Attributes

uint32 TileIndexInFrame
 
uint16 FrameIndex
 
uint16 bIsLocked: 1
 
uint16 bIsAllocated: 1
 

Constructor & Destructor Documentation

◆ FAllocation() [1/2]

UE::SVT::FTileAllocator::FAllocation::FAllocation ( )
inline

◆ FAllocation() [2/2]

UE::SVT::FTileAllocator::FAllocation::FAllocation ( uint16  InFrameIndex,
uint32  InTileIndex,
bool  bInIsLocked,
bool  bInIsAllocated 
)
inline

Member Data Documentation

◆ bIsAllocated

uint16 UE::SVT::FTileAllocator::FAllocation::bIsAllocated

◆ bIsLocked

uint16 UE::SVT::FTileAllocator::FAllocation::bIsLocked

◆ FrameIndex

uint16 UE::SVT::FTileAllocator::FAllocation::FrameIndex

◆ TileIndexInFrame

uint32 UE::SVT::FTileAllocator::FAllocation::TileIndexInFrame

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