116 lines
5.8 KiB
C++
Executable File
116 lines
5.8 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:40 2025
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Parameters
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Function MobilePatchingUtils.MobileInstalledContent.Mount
|
|
struct UMobileInstalledContent_Mount_Params
|
|
{
|
|
int PakOrder; // (Parm, ZeroConstructor, IsPlainOldData)
|
|
struct FString MountPoint; // (Parm, ZeroConstructor)
|
|
bool ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobileInstalledContent.GetInstalledContentSize
|
|
struct UMobileInstalledContent_GetInstalledContentSize_Params
|
|
{
|
|
float ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobileInstalledContent.GetDiskFreeSpace
|
|
struct UMobileInstalledContent_GetDiskFreeSpace_Params
|
|
{
|
|
float ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePendingContent.StartInstall
|
|
struct UMobilePendingContent_StartInstall_Params
|
|
{
|
|
struct FScriptDelegate OnSucceeded; // (Parm, ZeroConstructor)
|
|
struct FScriptDelegate OnFailed; // (Parm, ZeroConstructor)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePendingContent.GetTotalDownloadedSize
|
|
struct UMobilePendingContent_GetTotalDownloadedSize_Params
|
|
{
|
|
float ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePendingContent.GetRequiredDiskSpace
|
|
struct UMobilePendingContent_GetRequiredDiskSpace_Params
|
|
{
|
|
float ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePendingContent.GetInstallProgress
|
|
struct UMobilePendingContent_GetInstallProgress_Params
|
|
{
|
|
float ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePendingContent.GetDownloadStatusText
|
|
struct UMobilePendingContent_GetDownloadStatusText_Params
|
|
{
|
|
struct FText ReturnValue; // (Parm, OutParm, ReturnParm)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePendingContent.GetDownloadSpeed
|
|
struct UMobilePendingContent_GetDownloadSpeed_Params
|
|
{
|
|
float ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePendingContent.GetDownloadSize
|
|
struct UMobilePendingContent_GetDownloadSize_Params
|
|
{
|
|
float ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePatchingLibrary.RequestContent
|
|
struct UMobilePatchingLibrary_RequestContent_Params
|
|
{
|
|
struct FString RemoteManifestURL; // (Parm, ZeroConstructor)
|
|
struct FString CloudURL; // (Parm, ZeroConstructor)
|
|
struct FString InstallDirectory; // (Parm, ZeroConstructor)
|
|
struct FScriptDelegate OnSucceeded; // (Parm, ZeroConstructor)
|
|
struct FScriptDelegate OnFailed; // (Parm, ZeroConstructor)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePatchingLibrary.HasActiveWiFiConnection
|
|
struct UMobilePatchingLibrary_HasActiveWiFiConnection_Params
|
|
{
|
|
bool ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePatchingLibrary.GetSupportedPlatformNames
|
|
struct UMobilePatchingLibrary_GetSupportedPlatformNames_Params
|
|
{
|
|
TArray<struct FString> ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePatchingLibrary.GetInstalledContent
|
|
struct UMobilePatchingLibrary_GetInstalledContent_Params
|
|
{
|
|
struct FString InstallDirectory; // (Parm, ZeroConstructor)
|
|
class UMobileInstalledContent* ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData)
|
|
};
|
|
|
|
// Function MobilePatchingUtils.MobilePatchingLibrary.GetActiveDeviceProfileName
|
|
struct UMobilePatchingLibrary_GetActiveDeviceProfileName_Params
|
|
{
|
|
struct FString ReturnValue; // (Parm, OutParm, ZeroConstructor, ReturnParm)
|
|
};
|
|
|
|
}
|
|
|