UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInstallBundleCacheStats Struct Reference

#include <InstallBundleTypes.h>

Public Attributes

FName CacheName
 
uint64 MaxSize = 0
 
uint64 UsedSize = 0
 
uint64 ReservedSize = 0
 
uint64 FreeSize = 0
 
TArray< FInstallBundleCacheBundleStatsBundleStats
 

Member Data Documentation

◆ BundleStats

TArray<FInstallBundleCacheBundleStats> FInstallBundleCacheStats::BundleStats

◆ CacheName

FName FInstallBundleCacheStats::CacheName

◆ FreeSize

uint64 FInstallBundleCacheStats::FreeSize = 0

◆ MaxSize

uint64 FInstallBundleCacheStats::MaxSize = 0

◆ ReservedSize

uint64 FInstallBundleCacheStats::ReservedSize = 0

◆ UsedSize

uint64 FInstallBundleCacheStats::UsedSize = 0

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