Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleReport
State that represents a fully updated bundle that no longer needs to be updated.
| Name | FStateUpdated |
| Type | struct |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
Syntax
struct FStateUpdated : public FJsonSerializable
Inheritance Hierarchy
- FJsonSerializable → FInstallBundleReport::FStateUpdated
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 |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"DownloadedSize", |
InstallBundleManagerReporting.h |