![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <OptimisedDelta.h>
Inheritance diagram for BuildPatchServices::IOptimisedDelta:Public Types | |
| typedef TValueOrError< FBuildPatchAppManifestPtr, FString > | FResultValueOrError |
Public Member Functions | |
| virtual | ~IOptimisedDelta () |
| virtual const IOptimisedDelta::FResultValueOrError & | GetResult () const =0 |
| virtual int32 | GetMetaDownloadSize () const =0 |
An interface providing access for retrieving the optimised delta manifest used to patch from a specific source to a specific destination.
| typedef TValueOrError<FBuildPatchAppManifestPtr, FString> BuildPatchServices::IOptimisedDelta::FResultValueOrError |
|
inlinevirtual |
Gets the size of the metadata downloaded to create the optimised manifest.
Implemented in BuildPatchServices::FOptimisedDelta.
|
pure virtual |
Gets the manifest that should be used as the destination manifest, or the error instead if there was one. If DeltaPolicy configuration is EDeltaPolicy::TryFetchContinueWithout then the result is guarenteed to always contain a valid manifest, which may equal the original DestinationManifest provided.
Implemented in BuildPatchServices::FOptimisedDelta.