IPortalPackageInstaller::Uninstall

Attempts to uninstall 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 > Uninstall
(
    const FString & Path,
    const FString & AppName,
    const FString & BuildLabel,
    bool RemoveUserFiles
)

Remarks

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

Returns

The result of the task.

Parameters

Parameter

Description

Path

The path at which the package is installed.

AppName

The name of the application to uninstall.

BuildLabel

The application's build label.

RemoveUserFiles

Whether user created files should be removed as well.

See Also

InstallPackage

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