Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | FInstallBundleContentSize |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
struct FInstallBundleContentSize
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentSizeOnDisk | uint64 | Size of bundle currently on disk. | InstallBundleTypes.h | |
| DownloadSize | uint64 | Size remaining to download. | InstallBundleTypes.h | |
| SpaceRequiredForInstall | uint64 | Size needed to install the remaining download. | InstallBundleTypes.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInstallBundleContentSize operator+
(
const FInstallBundleContentSize& Other |
InstallBundleTypes.h | ||
FInstallBundleContentSize & operator+=
(
const FInstallBundleContentSize& Other |
InstallBundleTypes.h |