UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FFileIoStoreBlockCache Class Reference

#include <IoDispatcherFileBackendTypes.h>

Public Member Functions

PAKFILE_API FFileIoStoreBlockCache (FFileIoStoreStats &Stats)
 
PAKFILE_API ~FFileIoStoreBlockCache ()
 
PAKFILE_API void Initialize (uint64 CacheMemorySize, uint64 ReadBufferSize)
 
PAKFILE_API bool Read (FFileIoStoreReadRequest *Block)
 
PAKFILE_API void Store (const FFileIoStoreReadRequest *Block)
 

Constructor & Destructor Documentation

◆ FFileIoStoreBlockCache()

FFileIoStoreBlockCache::FFileIoStoreBlockCache ( FFileIoStoreStats Stats)

◆ ~FFileIoStoreBlockCache()

FFileIoStoreBlockCache::~FFileIoStoreBlockCache ( )

Member Function Documentation

◆ Initialize()

void FFileIoStoreBlockCache::Initialize ( uint64  CacheMemorySize,
uint64  ReadBufferSize 
)

◆ Read()

bool FFileIoStoreBlockCache::Read ( FFileIoStoreReadRequest Block)

◆ Store()

void FFileIoStoreBlockCache::Store ( const FFileIoStoreReadRequest Block)

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