UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DiffManifests.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
5
7
8namespace BuildPatchServices
9{
11 {
12 public:
13 virtual ~IDiffManifests(){}
14 virtual bool Run() = 0;
15 };
16
18 {
19 public:
20 static IDiffManifests* Create(const FDiffManifestsConfiguration& Configuration);
21 };
22}
Definition DiffManifests.h:18
Definition DiffManifests.h:11
virtual ~IDiffManifests()
Definition DiffManifests.h:13
Definition BuildPatchFileConstructor.h:28
Definition BuildPatchSettings.h:451