IBuildPatchServicesModule::LoadManifestFromFile

Loads a Build Manifest from file and returns the interface

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

IBuildManifestPtr LoadManifestFromFile
(
    const FString & Filename
)

Remarks

Loads a Build Manifest from file and returns the interface

Returns

a shared pointer to the manifest, which will be invalid if load failed.

Parameters

Parameter

Description

Filename

The file to load from

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