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

Classes

struct  FPerfectHashMap
 

Public Types

enum class  EType : uint8 { Default , Perfect }
 

Public Member Functions

const FIoOffsetAndLengthFind (const FIoChunkId &ChunkId) const
 

Public Attributes

FPerfectHashMap PerfectMap
 
TMap< FIoChunkId, FIoOffsetAndLengthDefaultMap
 
EType Type = EType::Default
 

Member Enumeration Documentation

◆ EType

Enumerator
Default 
Perfect 

Member Function Documentation

◆ Find()

const FIoOffsetAndLength * UE::IoStore::FChunkLookup::Find ( const FIoChunkId ChunkId) const

Member Data Documentation

◆ DefaultMap

TMap<FIoChunkId, FIoOffsetAndLength> UE::IoStore::FChunkLookup::DefaultMap

◆ PerfectMap

FPerfectHashMap UE::IoStore::FChunkLookup::PerfectMap

◆ Type

EType UE::IoStore::FChunkLookup::Type = EType::Default

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