Navigation
API > API/Runtime > API/Runtime/PortalServices
Interface for package installer services.
| Name | IPortalPackageInstaller |
| Type | class |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h |
| Include Path | #include "Package/IPortalPackageInstaller.h" |
Syntax
class IPortalPackageInstaller : public IPortalService
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPortalPackageInstaller() |
Virtual destructor. | Package/IPortalPackageInstaller.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncResult< bool > Install
(
const FString& Path, |
Install the specified package using the given request object. | Package/IPortalPackageInstaller.h | |
TAsyncResult< bool > Uninstall
(
const FString& Path, |
Attempts to uninstall the specified package using the given request object. | Package/IPortalPackageInstaller.h |