Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleReport
State that represents a bundle that is updating.
| Name | FStateUpdating |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
Syntax
struct FStateUpdating : public FJsonSerializable
Inheritance Hierarchy
- FJsonSerializable → FInstallBundleReport::FStateUpdating
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundDownloadedBytes | uint64 | Indicates how many bytes were downloaded in the background. | InstallBundleManagerReporting.h | |
| bUsesBackgroundDownloads | bool | Indicates if this bundle is being updated with background downloads or not. | InstallBundleManagerReporting.h | |
| DownloadProgress | float | Indicates, in a value 0 <= x <= 1 the progress of the downloads. | InstallBundleManagerReporting.h | |
| DownloadSize | uint64 | The total amount of bytes that needs to be downloaded for the bundle. | InstallBundleManagerReporting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"DownloadSize", |
InstallBundleManagerReporting.h | ||
JSON_SERIALIZE
(
"bUsesBackgroundDownloads", |
InstallBundleManagerReporting.h | ||
JSON_SERIALIZE
(
"DownloadProgress", |
InstallBundleManagerReporting.h | ||
JSON_SERIALIZE
(
"BackgroundDownloadedBytes", |
InstallBundleManagerReporting.h |