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

#include <OnDemandInstallCache.h>

Public Attributes

FString RootDirectory
 
uint64 DiskQuota = 1ull << 30
 
uint64 JournalMaxSize = 2ull << 20
 
double LastAccessGranularitySeconds = 60 * 60
 
bool bDropCache = false
 

Member Data Documentation

◆ bDropCache

bool UE::IoStore::FOnDemandInstallCacheConfig::bDropCache = false

◆ DiskQuota

uint64 UE::IoStore::FOnDemandInstallCacheConfig::DiskQuota = 1ull << 30

◆ JournalMaxSize

uint64 UE::IoStore::FOnDemandInstallCacheConfig::JournalMaxSize = 2ull << 20

◆ LastAccessGranularitySeconds

double UE::IoStore::FOnDemandInstallCacheConfig::LastAccessGranularitySeconds = 60 * 60

◆ RootDirectory

FString UE::IoStore::FOnDemandInstallCacheConfig::RootDirectory

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