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" |
bool UnregisterAppInstallation
(
const FString AppInstallDirectory
)
Remarks
Unregisters an installation on this machine returns true if successfully removed installation directory
Parameters
| Name | Description |
|---|---|
| AppInstallDirectory | The install location which RegisterAppInstallation was executed with |