IBuildManifest::GetFileSize

Returns the total size of all files in the array

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "Interfaces/IBuildManifest.h"

Syntax

int64 GetFileSize
(
    const TArray< FString > & Filenames
) const

Remarks

Returns the total size of all files in the array

Returns

the total size of files in array.

Parameters

Parameter

Description

Filenames

The array of files.

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