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