![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for BuildPatchServices::FOptimisedDelta:Public Member Functions | |
| FOptimisedDelta (const FOptimisedDeltaConfiguration &Configuration, FOptimisedDeltaDependencies &&Dependencies) | |
| virtual const IOptimisedDelta::FResultValueOrError & | GetResult () const override |
| virtual int32 | GetMetaDownloadSize () const override |
Public Member Functions inherited from BuildPatchServices::IOptimisedDelta | |
| virtual | ~IOptimisedDelta () |
Additional Inherited Members | |
Public Types inherited from BuildPatchServices::IOptimisedDelta | |
| typedef TValueOrError< FBuildPatchAppManifestPtr, FString > | FResultValueOrError |
| BuildPatchServices::FOptimisedDelta::FOptimisedDelta | ( | const FOptimisedDeltaConfiguration & | Configuration, |
| FOptimisedDeltaDependencies && | Dependencies | ||
| ) |
|
overridevirtual |
Gets the size of the metadata downloaded to create the optimised manifest.
Implements BuildPatchServices::IOptimisedDelta.
|
overridevirtual |
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.
Implements BuildPatchServices::IOptimisedDelta.