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

#include <InstallBundleTypes.h>

Public Attributes

FName BundleName
 
uint64 FullInstallSize = 0
 
uint64 InstallOverheadSize = 0
 
uint64 CurrentInstallSize = 0
 
FDateTime TimeStamp = FDateTime::MinValue()
 
double AgeScalar = 1.0
 
bool bReserved = false
 

Member Data Documentation

◆ AgeScalar

double FInstallBundleCacheBundleStats::AgeScalar = 1.0

◆ bReserved

bool FInstallBundleCacheBundleStats::bReserved = false

◆ BundleName

FName FInstallBundleCacheBundleStats::BundleName

◆ CurrentInstallSize

uint64 FInstallBundleCacheBundleStats::CurrentInstallSize = 0

◆ FullInstallSize

uint64 FInstallBundleCacheBundleStats::FullInstallSize = 0

◆ InstallOverheadSize

uint64 FInstallBundleCacheBundleStats::InstallOverheadSize = 0

◆ TimeStamp

FDateTime FInstallBundleCacheBundleStats::TimeStamp = FDateTime::MinValue()

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