Navigation
API > API/Runtime > API/Runtime/PortalServices > API/Runtime/PortalServices/Package > API/Runtime/PortalServices/Package/IPortalPackageInstaller
References
| Module | PortalServices |
| Header | /Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h |
| Include | #include "Package/IPortalPackageInstaller.h" |
TAsyncResult< bool > Uninstall
&40;
const FString & Path,
const FString & AppName,
const FString & BuildLabel,
bool RemoveUserFiles
&41;
Remarks
Attempts to uninstall the specified package using the given request object. The result of the task.
Parameters
| Name | Description |
|---|---|
| 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