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

#include <DiskCacheGovernor.h>

Classes

struct  FAllowance
 
struct  FConfig
 
struct  FDemand
 

Public Member Functions

 FDiskCacheGovernor ()
 
 UE_NONCOPYABLE (FDiskCacheGovernor)
 
void ConfigureStreamingCache (const FConfig &Config)
 
int32 TryBeginWriteToStreamingCache (uint32 DemandPercent)
 
int32 EndWriteToStreamingCache (uint32 UnusedAllowance)
 
void OnInstallCacheFlushed (uint64 ByteCount, uint32 OpCount)
 

Constructor & Destructor Documentation

◆ FDiskCacheGovernor()

UE::IoStore::FDiskCacheGovernor::FDiskCacheGovernor ( )

Member Function Documentation

◆ ConfigureStreamingCache()

void UE::IoStore::FDiskCacheGovernor::ConfigureStreamingCache ( const FConfig Config)

◆ EndWriteToStreamingCache()

int32 UE::IoStore::FDiskCacheGovernor::EndWriteToStreamingCache ( uint32  UnusedAllowance)

◆ OnInstallCacheFlushed()

void UE::IoStore::FDiskCacheGovernor::OnInstallCacheFlushed ( uint64  ByteCount,
uint32  OpCount 
)

◆ TryBeginWriteToStreamingCache()

int32 UE::IoStore::FDiskCacheGovernor::TryBeginWriteToStreamingCache ( uint32  DemandPercent)

◆ UE_NONCOPYABLE()

UE::IoStore::FDiskCacheGovernor::UE_NONCOPYABLE ( FDiskCacheGovernor  )

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