Navigation
Unreal Engine C++ API Reference > Runtime > PortalServices > Package
Inheritance Hierarchy
- IPortalService
- IPortalPackageInstaller
References
Module | PortalServices |
Header | /Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h |
Include | #include "Package/IPortalPackageInstaller.h" |
Syntax
class IPortalPackageInstaller : public IPortalService
Remarks
Interface for package installer services.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TAsyncResult< bool > | Install the specified package using the given request object. | |
![]() |
TAsyncResult< bool > | Attempts to uninstall the specified package using the given request object. |