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

#include <OnDemandIoStore.h>

Public Member Functions

uint32 GetDiskSize () const
 

Public Attributes

FIoHash Hash
 
uint32 RawSize = 0
 
uint32 EncodedSize = 0
 
uint32 BlockOffset = ~uint32(0)
 
uint32 BlockCount = 0
 
uint8 CompressionFormatIndex = 0
 

Static Public Attributes

static const FOnDemandChunkEntry Null = {}
 

Member Function Documentation

◆ GetDiskSize()

uint32 UE::IoStore::FOnDemandChunkEntry::GetDiskSize ( ) const
inline

Member Data Documentation

◆ BlockCount

uint32 UE::IoStore::FOnDemandChunkEntry::BlockCount = 0

◆ BlockOffset

uint32 UE::IoStore::FOnDemandChunkEntry::BlockOffset = ~uint32(0)

◆ CompressionFormatIndex

uint8 UE::IoStore::FOnDemandChunkEntry::CompressionFormatIndex = 0

◆ EncodedSize

uint32 UE::IoStore::FOnDemandChunkEntry::EncodedSize = 0

◆ Hash

FIoHash UE::IoStore::FOnDemandChunkEntry::Hash

◆ Null

const FOnDemandChunkEntry UE::IoStore::FOnDemandChunkEntry::Null = {}
static

◆ RawSize

uint32 UE::IoStore::FOnDemandChunkEntry::RawSize = 0

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