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