IBuildManifest::GetFileSize

Returns the total size of all files in the set

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 TSet< FString > & Filenames
) const

Remarks

Returns the total size of all files in the set

Returns

the total size of files in set.

Parameters

Parameter

Description

Filenames

The set 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