IBuildPatchServicesModule::RegisterAppInstallation

Registers an installation on this machine.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

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

Parameter

Description

AppManifest

Ref to the manifest for this installation

AppInstallDirectory

The install location

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss