316 lines
8.8 KiB
C++
Executable File
316 lines
8.8 KiB
C++
Executable File
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:43 2025
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Functions
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventWindowsAppUpdate_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventWindowsAppUpdate_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventWindowsAppUpdate_NoFetch");
|
|
|
|
Abp_versionupdate_C_EventWindowsAppUpdate_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventWindowsAppUpdate
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventWindowsAppUpdate()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventWindowsAppUpdate");
|
|
|
|
Abp_versionupdate_C_EventWindowsAppUpdate_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventFetchInfo_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventFetchInfo_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventFetchInfo_NoFetch");
|
|
|
|
Abp_versionupdate_C_EventFetchInfo_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventFetchInfo
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventFetchInfo()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventFetchInfo");
|
|
|
|
Abp_versionupdate_C_EventFetchInfo_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventWifiNotifyIOSAppUpdate_Push_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventWifiNotifyIOSAppUpdate_Push_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventWifiNotifyIOSAppUpdate_Push_NoFetch");
|
|
|
|
Abp_versionupdate_C_EventWifiNotifyIOSAppUpdate_Push_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventWifiNotifyIOSAppUpdate_Push
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventWifiNotifyIOSAppUpdate_Push()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventWifiNotifyIOSAppUpdate_Push");
|
|
|
|
Abp_versionupdate_C_EventWifiNotifyIOSAppUpdate_Push_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventWifiNotifyAndroidAppUpdate_Push_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventWifiNotifyAndroidAppUpdate_Push_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventWifiNotifyAndroidAppUpdate_Push_NoFetch");
|
|
|
|
Abp_versionupdate_C_EventWifiNotifyAndroidAppUpdate_Push_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventWifiNotifyAndroidAppUpdate_Push
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventWifiNotifyAndroidAppUpdate_Push()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventWifiNotifyAndroidAppUpdate_Push");
|
|
|
|
Abp_versionupdate_C_EventWifiNotifyAndroidAppUpdate_Push_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventNoConnectionStartUpdate_Push_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventNoConnectionStartUpdate_Push_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventNoConnectionStartUpdate_Push_NoFetch");
|
|
|
|
Abp_versionupdate_C_EventNoConnectionStartUpdate_Push_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventNoConnectionStartUpdate_Push
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventNoConnectionStartUpdate_Push()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventNoConnectionStartUpdate_Push");
|
|
|
|
Abp_versionupdate_C_EventNoConnectionStartUpdate_Push_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventShaderCompileProgress_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventShaderCompileProgress_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventShaderCompileProgress_NoFetch");
|
|
|
|
Abp_versionupdate_C_EventShaderCompileProgress_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventShaderCompileProgress
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventShaderCompileProgress()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventShaderCompileProgress");
|
|
|
|
Abp_versionupdate_C_EventShaderCompileProgress_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventNoWifiNotifyIOSAppUpdate_Push_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventNoWifiNotifyIOSAppUpdate_Push_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventNoWifiNotifyIOSAppUpdate_Push_NoFetch");
|
|
|
|
Abp_versionupdate_C_EventNoWifiNotifyIOSAppUpdate_Push_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.EventNoWifiNotifyIOSAppUpdate_Push
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::EventNoWifiNotifyIOSAppUpdate_Push()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.EventNoWifiNotifyIOSAppUpdate_Push");
|
|
|
|
Abp_versionupdate_C_EventNoWifiNotifyIOSAppUpdate_Push_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_versionupdate.bp_versionupdate_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_versionupdate_C::UserConstructionScript()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_versionupdate.bp_versionupdate_C.UserConstructionScript");
|
|
|
|
Abp_versionupdate_C_UserConstructionScript_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
}
|
|
|