IPortalPackageInstaller

Interface for package installer services.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~IPortalPackageInstaller()

Virtual destructor.

Functions

Name Description

Public function

TAsyncResult...

 

Install

(
    const FString& Path,
    const FString& AppName,
    const FString& BuildLabel
)

Install the specified package using the given request object.

Public function

TAsyncResult...

 

Uninstall

(
    const FString& Path,
    const FString& AppName,
    const FString& BuildLabel,
    bool RemoveUserFiles
)

Attempts to uninstall the specified package using the given request object.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss