IBuildManifest::GetDeltaDownloadSize

Get the size of the download of this set of tags

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h

Include

#include "Interfaces/IBuildManifest.h"

Syntax

int64 GetDeltaDownloadSize
(
    const TSet< FString > & Tags,
    const IBuildManifestRef & PreviousVersion
) const

Remarks

Get the size of the download of this set of tags

Returns

the minimum download size required in bytes

Parameters

Parameter

Description

Tags

IN The tags used for installation, will be applied to both manifests

PreviousVersion

IN The manifest for previous version to compare against

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss