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

#include <PlatformIoDispatcherBase.h>

Public Member Functions

 FIoFileBlockCache (FPlatformIoDispatcherStats &Stats)
 
 ~FIoFileBlockCache ()
 
void Initialize (uint64 CacheBlockSize, uint64 CacheSize)
 
bool Get (FIoFileBlockRequest &FileBlockRequest)
 
void Put (FIoFileBlockRequest &FileBlockRequest)
 

Constructor & Destructor Documentation

◆ FIoFileBlockCache()

UE::FIoFileBlockCache::FIoFileBlockCache ( FPlatformIoDispatcherStats Stats)

◆ ~FIoFileBlockCache()

UE::FIoFileBlockCache::~FIoFileBlockCache ( )

Member Function Documentation

◆ Get()

bool UE::FIoFileBlockCache::Get ( FIoFileBlockRequest FileBlockRequest)

◆ Initialize()

void UE::FIoFileBlockCache::Initialize ( uint64  CacheBlockSize,
uint64  CacheSize 
)

◆ Put()

void UE::FIoFileBlockCache::Put ( FIoFileBlockRequest FileBlockRequest)

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