Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildPatchServicesModule
Description
Takes two manifests as input and outputs the details of the patch. NOTE: THIS function is blocking and will not return until finished. Don't run on main thread.
| Name | DiffManifests |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include Path | #include "Interfaces/IBuildPatchServicesModule.h" |
bool DiffManifests
(
const BuildPatchServices::FDiffManifestsConfiguration & Configuration
)
true if successful.
Parameters
| Name | Remarks |
|---|---|
| Configuration | Specifies the settings for the operation. See BuildPatchServices::FDiffManifestsConfiguration comments. |