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

#include <IasCache.h>

+ Inheritance diagram for UE::IoStore::FIasCacheConfig:

Classes

struct  FDemand
 
struct  FRate
 

Public Attributes

FStringView Name = TEXT("ias")
 
uint64 DiskQuota = 512ull << 20
 
uint32 MemoryQuota = 2 << 20
 
uint32 JournalQuota = 4 << 20
 
uint32 JournalMagic = 0
 
FRate WriteRate
 
FDemand Demand
 
bool DropCache = false
 

Member Data Documentation

◆ Demand

FDemand UE::IoStore::FIasCacheConfig::Demand

◆ DiskQuota

uint64 UE::IoStore::FIasCacheConfig::DiskQuota = 512ull << 20

◆ DropCache

bool UE::IoStore::FIasCacheConfig::DropCache = false

◆ JournalMagic

uint32 UE::IoStore::FIasCacheConfig::JournalMagic = 0

◆ JournalQuota

uint32 UE::IoStore::FIasCacheConfig::JournalQuota = 4 << 20

◆ MemoryQuota

uint32 UE::IoStore::FIasCacheConfig::MemoryQuota = 2 << 20

◆ Name

FStringView UE::IoStore::FIasCacheConfig::Name = TEXT("ias")

◆ WriteRate

FRate UE::IoStore::FIasCacheConfig::WriteRate

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