Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleReport > API/Runtime/InstallBundleManager/FInstallBundleReport/FStateUpdating
Overloads
| 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 |
JSON_SERIALIZE("DownloadSize", reinterpret_cast< int64 & >)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"DownloadSize",
reinterpret_cast< int64 & >
)
JSON_SERIALIZE("bUsesBackgroundDownloads", bUsesBackgroundDownloads)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
JSON_SERIALIZE
(
"bUsesBackgroundDownloads",
bUsesBackgroundDownloads
)
JSON_SERIALIZE("DownloadProgress", DownloadProgress)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
JSON_SERIALIZE
(
"DownloadProgress",
DownloadProgress
)
JSON_SERIALIZE("BackgroundDownloadedBytes", reinterpret_cast< int64 & >)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
JSON_SERIALIZE
(
"BackgroundDownloadedBytes",
reinterpret_cast< int64 & >
)