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

#include <IoStoreOnDemand.h>

Public Attributes

uint64 MaxSize = 0
 
uint64 TotalSize = 0
 
uint64 ReferencedBlockSize = 0
 
uint64 ReferencedSize = 0
 
uint64 FragmentedChunksSize = 0
 
TArray< FOnDemandInstallHandleCacheUsageReferencedBytesByHandle
 

Friends

UE_API friend FStringBuilderBaseoperator<< (FStringBuilderBase &Sb, const FOnDemandInstallCacheUsage &CacheUsage)
 

Detailed Description

Holds information about the install cache usage

Friends And Related Symbol Documentation

◆ operator<<

UE_API friend FStringBuilderBase & operator<< ( FStringBuilderBase Sb,
const FOnDemandInstallCacheUsage CacheUsage 
)
friend

Member Data Documentation

◆ FragmentedChunksSize

uint64 UE::IoStore::FOnDemandInstallCacheUsage::FragmentedChunksSize = 0

◆ MaxSize

uint64 UE::IoStore::FOnDemandInstallCacheUsage::MaxSize = 0

◆ ReferencedBlockSize

uint64 UE::IoStore::FOnDemandInstallCacheUsage::ReferencedBlockSize = 0

◆ ReferencedBytesByHandle

TArray<FOnDemandInstallHandleCacheUsage> UE::IoStore::FOnDemandInstallCacheUsage::ReferencedBytesByHandle

◆ ReferencedSize

uint64 UE::IoStore::FOnDemandInstallCacheUsage::ReferencedSize = 0

◆ TotalSize

uint64 UE::IoStore::FOnDemandInstallCacheUsage::TotalSize = 0

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