Navigation
API > API/Runtime > API/Runtime/PortalServices > API/Runtime/PortalServices/IPortalPackageInstaller
Description
Install the specified package using the given request object.
| Name | Install |
| Type | function |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h |
| Include Path | #include "Package/IPortalPackageInstaller.h" |
TAsyncResult < bool > Install
(
const FString & Path,
const FString & AppName,
const FString & BuildLabel
)
The result of the task.
Parameters
| Name | Remarks |
|---|---|
| AppName | The name of the application to install. |
| BuildLabel | The application's build label. |
See Also
- UninstallPackage