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