IPortalPackageInstaller::Install

Install the specified package using the given request object.

Windows
MacOS
Linux

References

Module

PortalServices

Header

/Engine/Source/Runtime/Portal/Services/Public/Package/IPortalPackageInstaller.h

Include

#include "Package/IPortalPackageInstaller.h"

Syntax

TAsyncResult< bool > Install
(
    const FString & Path,
    const FString & AppName,
    const FString & BuildLabel
)

Remarks

Install the specified package using the given request object.

Returns

The result of the task.

Parameters

Parameter

Description

AppName

The name of the application to install.

BuildLabel

The application's build label.

See Also

UninstallPackage

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