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