Navigation
API > API/Runtime > API/Runtime/PortalServices > API/Runtime/PortalServices/IPortalPackageInstaller
Description
Attempts to uninstall the specified package using the given request object.
| Name | Uninstall |
| Type | function |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h |
| Include Path | #include "Package/IPortalPackageInstaller.h" |
TAsyncResult < bool > Uninstall
(
const FString & Path,
const FString & AppName,
const FString & BuildLabel,
bool RemoveUserFiles
)
The result of the task.
Parameters
| Name | Remarks |
|---|---|
| Path | The path at which the package is installed. |
| AppName | The name of the application to uninstall. |
| BuildLabel | The application's build label. |
| RemoveUserFiles | Whether user created files should be removed as well. |
See Also
- InstallPackage