IBuildPatchServicesModule::SaveManifestToFile

Saves a Build Manifest to file

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

bool SaveManifestToFile
(
    const FString & Filename,
    IBuildManifestRef Manifest
)

Remarks

Saves a Build Manifest to file

Returns

If the save was successful.

Parameters

Parameter

Description

Filename

The file to save to

Manifest

The manifest to save out

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