Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildPatchServicesModule
References
Module | BuildPatchServices |
Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
Include | #include "Interfaces/IBuildPatchServicesModule.h" |
IBuildManifestPtr MakeManifestFromData
&40;
const TArray< uint8 > & ManifestData
&41;
Remarks
Constructs a Build Manifest from a data a shared pointer to the manifest, which will be invalid if creation failed.
Parameters
Name | Description |
---|---|
ManifestData | The data received from a web api |