Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleReport
| Name | FStateInstalling |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
Syntax
struct FStateInstalling : public FJsonSerializable
Inheritance Hierarchy
- FJsonSerializable → FInstallBundleReport::FStateInstalling
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DownloadedSize | uint64 | The total amount of bytes that have been downloaded for the bundle. | InstallBundleManagerReporting.h | |
| InstallProgress | float | The progress of the installation, if available, otherwise probably always 0; once the bundle switches to updated state, the InstallProgress is essentially 1 | InstallBundleManagerReporting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"DownloadedSize", |
InstallBundleManagerReporting.h | ||
JSON_SERIALIZE
(
"InstallProgress", |
InstallBundleManagerReporting.h |