IBuildManifest::GetFileSize

Returns the size of a particular file in the build

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

Remarks

Returns the size of a particular file in the build

Returns

the file size.

Parameters

Parameter

Description

Filename

The file.

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