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

#include <OnDemandToc.h>

Public Attributes

FIoHash Hash = FIoHash::Zero
 
FIoChunkId ChunkId = FIoChunkId::InvalidChunkId
 
uint64 RawSize = 0
 
uint64 EncodedSize = 0
 
uint32 BlockOffset = ~uint32(0)
 
uint32 BlockCount = 0
 

Friends

UE_API friend FArchiveoperator<< (FArchive &Ar, FOnDemandTocEntry &Entry)
 
UE_API friend FCbWriteroperator<< (FCbWriter &Writer, const FOnDemandTocEntry &Entry)
 

Friends And Related Symbol Documentation

◆ operator<< [1/2]

UE_API friend FArchive & operator<< ( FArchive Ar,
FOnDemandTocEntry Entry 
)
friend

◆ operator<< [2/2]

UE_API friend FCbWriter & operator<< ( FCbWriter Writer,
const FOnDemandTocEntry Entry 
)
friend

Member Data Documentation

◆ BlockCount

uint32 UE::IoStore::FOnDemandTocEntry::BlockCount = 0

◆ BlockOffset

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

◆ ChunkId

FIoChunkId UE::IoStore::FOnDemandTocEntry::ChunkId = FIoChunkId::InvalidChunkId

◆ EncodedSize

uint64 UE::IoStore::FOnDemandTocEntry::EncodedSize = 0

◆ Hash

FIoHash UE::IoStore::FOnDemandTocEntry::Hash = FIoHash::Zero

◆ RawSize

uint64 UE::IoStore::FOnDemandTocEntry::RawSize = 0

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