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

#include <IoStore.h>

Public Member Functions

CORE_API FIoStoreTocChunkInfo GetTocChunkInfo (int32 TocEntryIndex) const
 

Static Public Member Functions

static CORE_API FIoStatus Read (const TCHAR *TocFilePath, EIoStoreTocReadOptions ReadOptions, FIoStoreTocResourceView &OutTocResource, FIoStoreTocResourceStorage &OutTocResourceStorage)
 

Public Attributes

FIoStoreTocHeader Header
 
TConstArrayView< FIoChunkIdChunkIds
 
TConstArrayView< FIoOffsetAndLengthChunkOffsetLengths
 
TConstArrayView< int32ChunkPerfectHashSeeds
 
TConstArrayView< int32ChunkIndicesWithoutPerfectHash
 
TConstArrayView< FIoStoreTocCompressedBlockEntryCompressionBlocks
 
TArray< FNameCompressionMethods
 
FSHAHash SignatureHash
 
TConstArrayView< FSHAHashChunkBlockSignatures
 
TConstArrayView< uint8DirectoryIndexBuffer
 
TConstArrayView< FIoStoreTocEntryMetaChunkMetas
 
TArray< FIoStoreTocEntryMetaLegacyChunkMetas
 

Member Function Documentation

◆ GetTocChunkInfo()

FIoStoreTocChunkInfo FIoStoreTocResourceView::GetTocChunkInfo ( int32  TocEntryIndex) const

◆ Read()

FIoStatus FIoStoreTocResourceView::Read ( const TCHAR TocFilePath,
EIoStoreTocReadOptions  ReadOptions,
FIoStoreTocResourceView OutTocResource,
FIoStoreTocResourceStorage OutTocResourceStorage 
)
static

Member Data Documentation

◆ ChunkBlockSignatures

TConstArrayView<FSHAHash> FIoStoreTocResourceView::ChunkBlockSignatures

◆ ChunkIds

TConstArrayView<FIoChunkId> FIoStoreTocResourceView::ChunkIds

◆ ChunkIndicesWithoutPerfectHash

TConstArrayView<int32> FIoStoreTocResourceView::ChunkIndicesWithoutPerfectHash

◆ ChunkMetas

TConstArrayView<FIoStoreTocEntryMeta> FIoStoreTocResourceView::ChunkMetas

◆ ChunkOffsetLengths

TConstArrayView<FIoOffsetAndLength> FIoStoreTocResourceView::ChunkOffsetLengths

◆ ChunkPerfectHashSeeds

TConstArrayView<int32> FIoStoreTocResourceView::ChunkPerfectHashSeeds

◆ CompressionBlocks

TConstArrayView<FIoStoreTocCompressedBlockEntry> FIoStoreTocResourceView::CompressionBlocks

◆ CompressionMethods

TArray<FName> FIoStoreTocResourceView::CompressionMethods

◆ DirectoryIndexBuffer

TConstArrayView<uint8> FIoStoreTocResourceView::DirectoryIndexBuffer

◆ Header

FIoStoreTocHeader FIoStoreTocResourceView::Header

◆ LegacyChunkMetas

TArray<FIoStoreTocEntryMeta> FIoStoreTocResourceView::LegacyChunkMetas

◆ SignatureHash

FSHAHash FIoStoreTocResourceView::SignatureHash

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