Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildPatchServicesModule
Description
Registers an installation on this machine. This information is used to gather a list of install locations that can be used as chunk sources.
| Name | RegisterAppInstallation |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include Path | #include "Interfaces/IBuildPatchServicesModule.h" |
void RegisterAppInstallation
(
IBuildManifestRef AppManifest,
const FString AppInstallDirectory
)
Parameters
| Name | Remarks |
|---|---|
| AppManifest | Ref to the manifest for this installation |
| AppInstallDirectory | The install location |