Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleReport
State that represents an updatable bundle, where a choice can be made to update in the background, or without.
| Name | FStateUpdatable |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
Syntax
struct FStateUpdatable : public FJsonSerializable
Inheritance Hierarchy
- FJsonSerializable → FInstallBundleReport::FStateUpdatable
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DownloadSize | uint64 | The total amount of bytes to download for the bundle. | InstallBundleManagerReporting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"DownloadSize", |
InstallBundleManagerReporting.h |