Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest
| Type | Name | Description | |
|---|---|---|---|
| int64 | GetFileSize
(
const FString& Filename |
Returns the size of a particular file in the build | |
| int64 | GetFileSize
(
const TArray< FString >& Filenames |
Returns the total size of all files in the array | |
| int64 | GetFileSize
(
const TSet< FString >& Filenames |
Returns the total size of all files in the set |