IBuildPatchServicesModule::MakeManifestFromData

Constructs a Build Manifest from a data

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

IBuildManifestPtr MakeManifestFromData
(
    const TArray< uint8 > & ManifestData
)

Remarks

Constructs a Build Manifest from a data

Returns

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

Parameters

Parameter

Description

ManifestData

The data received from a web api

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