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" |
bool SaveManifestToFile
&40;
const FString & Filename,
IBuildManifestRef Manifest
&41;
Remarks
Saves a Build Manifest to file If the save was successful.
Parameters
Name | Description |
---|---|
Filename | The file to save to |
Manifest | The manifest to save out |