Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleReport > API/Runtime/InstallBundleManager/FInstallBundleReport/FStateInstalling
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"DownloadedSize", |
InstallBundleManagerReporting.h | ||
JSON_SERIALIZE
(
"InstallProgress", |
InstallBundleManagerReporting.h |
JSON_SERIALIZE("DownloadedSize", 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
(
"DownloadedSize",
reinterpret_cast< int64 & >
)
JSON_SERIALIZE("InstallProgress", InstallProgress)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
JSON_SERIALIZE
(
"InstallProgress",
InstallProgress
)