Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildManifest
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 GetDeltaDownloadSize
(
const TSet< FString >& Tags, |
Get the size of the download of this set of tags | Interfaces/IBuildManifest.h | |
int64 GetDeltaDownloadSize
(
const TSet< FString >& Tags, |
Get the size of the download of this set of tags | Interfaces/IBuildManifest.h |
GetDeltaDownloadSize(const TSet< FString > &, const IBuildManifestRef &)
Description
Get the size of the download of this set of tags
| Name | GetDeltaDownloadSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
int64 GetDeltaDownloadSize
(
const TSet< FString > & Tags,
const IBuildManifestRef & PreviousVersion
) const
the minimum download size required in bytes
Parameters
| Name | Remarks |
|---|---|
| Tags | IN The tags used for installation, will be applied to both manifests |
| PreviousVersion | IN The manifest for previous version to compare against |
GetDeltaDownloadSize(const TSet< FString > &, const IBuildManifestRef &, const TSet< FString > &)
Description
Get the size of the download of this set of tags
| Name | GetDeltaDownloadSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
int64 GetDeltaDownloadSize
(
const TSet< FString > & Tags,
const IBuildManifestRef & PreviousVersion,
const TSet< FString > & PreviousTags
) const
the minimum download size required in bytes
Parameters
| Name | Remarks |
|---|---|
| Tags | IN The tags used for installation |
| PreviousVersion | IN The manifest for previous version to compare against |
| PreviousTags | IN The tags used for previous installation |