#include <PortalPackageInstallerProxy.h>
◆ FPortalPackageInstallerProxy()
◆ ~FPortalPackageInstallerProxy()
| virtual FPortalPackageInstallerProxy::~FPortalPackageInstallerProxy |
( |
| ) |
|
|
inlinevirtual |
◆ Install()
| virtual TAsyncResult< bool > FPortalPackageInstallerProxy::Install |
( |
const FString & |
Path, |
|
|
const FString & |
AppName, |
|
|
const FString & |
BuildLabel |
|
) |
| |
|
inlineoverridevirtual |
Install the specified package using the given request object.
- Parameters
-
| AppName | The name of the application to install. |
| BuildLabel | The application's build label. |
- Returns
- The result of the task.
- See also
- UninstallPackage
Implements IPortalPackageInstaller.
◆ Uninstall()
| virtual TAsyncResult< bool > FPortalPackageInstallerProxy::Uninstall |
( |
const FString & |
Path, |
|
|
const FString & |
AppName, |
|
|
const FString & |
BuildLabel, |
|
|
bool |
RemoveUserFiles |
|
) |
| |
|
inlineoverridevirtual |
Attempts to uninstall the specified package using the given request object.
- Parameters
-
| 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. |
- Returns
- The result of the task.
- See also
- InstallPackage
Implements IPortalPackageInstaller.
The documentation for this class was generated from the following file: