Navigation
API > API/Plugins > API/Plugins/DefaultInstallBundleManager > API/Plugins/DefaultInstallBundleManager/FContentBuildMetaData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"AppName", |
InstallBundleManagerUtil.h | ||
JSON_SERIALIZE
(
"BuildVersion", |
InstallBundleManagerUtil.h | ||
JSON_SERIALIZE
(
"Platform", |
InstallBundleManagerUtil.h | ||
JSON_SERIALIZE
(
"ManifestPath", |
InstallBundleManagerUtil.h | ||
JSON_SERIALIZE
(
"ManifestHash", |
InstallBundleManagerUtil.h |
JSON_SERIALIZE("AppName", AppName)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/InstallBundleManagerUtil.h |
| Include Path | #include "InstallBundleManagerUtil.h" |
BEGIN_JSON_SERIALIZER JSON_SERIALIZE
(
"AppName",
AppName
)
JSON_SERIALIZE("BuildVersion", BuildVersion)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/InstallBundleManagerUtil.h |
| Include Path | #include "InstallBundleManagerUtil.h" |
JSON_SERIALIZE
(
"BuildVersion",
BuildVersion
)
JSON_SERIALIZE("Platform", Platform)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/InstallBundleManagerUtil.h |
| Include Path | #include "InstallBundleManagerUtil.h" |
JSON_SERIALIZE
(
"Platform",
Platform
)
JSON_SERIALIZE("ManifestPath", ManifestPath)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/InstallBundleManagerUtil.h |
| Include Path | #include "InstallBundleManagerUtil.h" |
JSON_SERIALIZE
(
"ManifestPath",
ManifestPath
)
JSON_SERIALIZE("ManifestHash", ManifestHash)
| Name | JSON_SERIALIZE |
| Type | function |
| Header File | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/InstallBundleManagerUtil.h |
| Include Path | #include "InstallBundleManagerUtil.h" |
JSON_SERIALIZE
(
"ManifestHash",
ManifestHash
)