UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPortalPackageInstallerUninstallRequest Struct Reference

#include <PortalPackageInstallerMessages.h>

+ Inheritance diagram for FPortalPackageInstallerUninstallRequest:

Public Member Functions

 FPortalPackageInstallerUninstallRequest ()
 
 FPortalPackageInstallerUninstallRequest (const FString &InAppName, const FString &InBuildLabel, const FString &InInstallationPath, bool InRemoveUserFiles)
 
- Public Member Functions inherited from FRpcMessage
 FRpcMessage ()
 

Public Attributes

FString AppName
 
FString BuildLabel
 
FString InstallationPath
 
bool RemoveUserFiles = false
 
- Public Attributes inherited from FRpcMessage
FGuid CallId
 

Constructor & Destructor Documentation

◆ FPortalPackageInstallerUninstallRequest() [1/2]

FPortalPackageInstallerUninstallRequest::FPortalPackageInstallerUninstallRequest ( )
inline

◆ FPortalPackageInstallerUninstallRequest() [2/2]

FPortalPackageInstallerUninstallRequest::FPortalPackageInstallerUninstallRequest ( const FString &  InAppName,
const FString &  InBuildLabel,
const FString &  InInstallationPath,
bool  InRemoveUserFiles 
)
inline

Member Data Documentation

◆ AppName

FString FPortalPackageInstallerUninstallRequest::AppName

◆ BuildLabel

FString FPortalPackageInstallerUninstallRequest::BuildLabel

◆ InstallationPath

FString FPortalPackageInstallerUninstallRequest::InstallationPath

◆ RemoveUserFiles

bool FPortalPackageInstallerUninstallRequest::RemoveUserFiles = false

The documentation for this struct was generated from the following file: