![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Modules/ModuleInterface.h"#include "Interfaces/IBuildInstaller.h"#include "Interfaces/IBuildStatistics.h"#include "Interfaces/IPatchDataEnumeration.h"#include "BuildPatchSettings.h"Go to the source code of this file.
Classes | |
| class | IBuildPatchServicesModule |
Namespaces | |
| namespace | ECompactifyMode |
Enumerations | |
| enum | ECompactifyMode::Type { ECompactifyMode::Preview , ECompactifyMode::Full } |
Functions | |
| DECLARE_DELEGATE_OneParam (FBuildPatchInstallerDelegate, const IBuildInstallerRef &) | |
| DECLARE_DELEGATE_TwoParams (FBuildPatchBoolManifestDelegate, bool, IBuildManifestRef) | |
| DECLARE_DELEGATE_OneParam | ( | FBuildPatchInstallerDelegate | , |
| const IBuildInstallerRef & | |||
| ) |
Delegates that will be accepted and fired off by the implementation.
| DECLARE_DELEGATE_TwoParams | ( | FBuildPatchBoolManifestDelegate | , |
| bool | , | ||
| IBuildManifestRef | |||
| ) |