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