Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildManifest
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 GetDownloadSize () |
Get the size of this download, assuming fresh install | Interfaces/IBuildManifest.h | |
int64 GetDownloadSize
(
const TSet< FString >& Tags |
Get the size of the download of this set of tags | Interfaces/IBuildManifest.h |
GetDownloadSize()
Description
Get the size of this download, assuming fresh install
| Name | GetDownloadSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
int64 GetDownloadSize() const
the total download size in bytes
GetDownloadSize(const TSet< FString > &)
Description
Get the size of the download of this set of tags
| Name | GetDownloadSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include Path | #include "Interfaces/IBuildManifest.h" |
int64 GetDownloadSize
(
const TSet< FString > & Tags
) const
the download size of the tags in bytes
Parameters
| Name | Remarks |
|---|---|
| Tags | IN A list of the tags we want to know the size of |