Navigation
API > API/Plugins > API/Plugins/DefaultInstallBundleManager
| Name | FContentBuildMetaData |
| Type | class |
| Header File | /Engine/Plugins/Experimental/DefaultInstallBundleManager/Source/Public/InstallBundleManagerUtil.h |
| Include Path | #include "InstallBundleManagerUtil.h" |
Syntax
class FContentBuildMetaData : public FJsonSerializable
Inheritance Hierarchy
- FJsonSerializable → FContentBuildMetaData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AppName | FString | InstallBundleManagerUtil.h | ||
| BuildVersion | FString | InstallBundleManagerUtil.h | ||
| ManifestHash | FString | InstallBundleManagerUtil.h | ||
| ManifestPath | FString | InstallBundleManagerUtil.h | ||
| Platform | FString | InstallBundleManagerUtil.h |
Functions
Public
| 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 |