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

#include <InstallBundleTypes.h>

Public Member Functions

FInstallBundleContentSize operator+ (const FInstallBundleContentSize &Other) const
 
FInstallBundleContentSizeoperator+= (const FInstallBundleContentSize &Other)
 

Public Attributes

uint64 DownloadSize = 0
 
uint64 SpaceRequiredForInstall = 0
 
uint64 SpaceRequiredForInstallOtherDirs = 0
 
uint64 CurrentSizeOnDisk = 0
 
uint64 CurrentSizeOnDiskOtherDirs = 0
 

Member Function Documentation

◆ operator+()

FInstallBundleContentSize FInstallBundleContentSize::operator+ ( const FInstallBundleContentSize Other) const
inline

◆ operator+=()

FInstallBundleContentSize & FInstallBundleContentSize::operator+= ( const FInstallBundleContentSize Other)
inline

Member Data Documentation

◆ CurrentSizeOnDisk

uint64 FInstallBundleContentSize::CurrentSizeOnDisk = 0

◆ CurrentSizeOnDiskOtherDirs

uint64 FInstallBundleContentSize::CurrentSizeOnDiskOtherDirs = 0

◆ DownloadSize

uint64 FInstallBundleContentSize::DownloadSize = 0

◆ SpaceRequiredForInstall

uint64 FInstallBundleContentSize::SpaceRequiredForInstall = 0

◆ SpaceRequiredForInstallOtherDirs

uint64 FInstallBundleContentSize::SpaceRequiredForInstallOtherDirs = 0

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