IBuildPatchServicesModule::DiffManifests

Takes two manifests as input and outputs the details of the patch.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

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

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

bool DiffManifests
(
    const BuildPatchServices::FDiffManifestsConfiguration & Configuration
)

Remarks

Takes two manifests as input and outputs the details of the patch.

THIS function is blocking and will not return until finished. Don't run on main thread.

Returns

true if successful.

Parameters

Parameter

Description

Configuration

Specifies the settings for the operation. See BuildPatchServices::FDiffManifestsConfiguration comments.

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