Files
pubg/SDK/PUBGM_bp_reportbug_functions.cpp
2026-05-02 14:30:03 +08:00

196 lines
4.9 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_reportbug.bp_reportbug_C.EventReportBugSubmit_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::EventReportBugSubmit_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.EventReportBugSubmit_NoFetch");
Abp_reportbug_C_EventReportBugSubmit_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_reportbug.bp_reportbug_C.EventReportBugSubmit
// (BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::EventReportBugSubmit()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.EventReportBugSubmit");
Abp_reportbug_C_EventReportBugSubmit_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_reportbug.bp_reportbug_C.EventReportBugClose_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::EventReportBugClose_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.EventReportBugClose_NoFetch");
Abp_reportbug_C_EventReportBugClose_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_reportbug.bp_reportbug_C.EventReportBugClose
// (BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::EventReportBugClose()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.EventReportBugClose");
Abp_reportbug_C_EventReportBugClose_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_reportbug.bp_reportbug_C.EventReportBugRefresh_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::EventReportBugRefresh_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.EventReportBugRefresh_NoFetch");
Abp_reportbug_C_EventReportBugRefresh_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_reportbug.bp_reportbug_C.EventReportBugRefresh
// (BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::EventReportBugRefresh()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.EventReportBugRefresh");
Abp_reportbug_C_EventReportBugRefresh_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_reportbug.bp_reportbug_C.EventShowReportBugSendOK_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::EventShowReportBugSendOK_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.EventShowReportBugSendOK_NoFetch");
Abp_reportbug_C_EventShowReportBugSendOK_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_reportbug.bp_reportbug_C.EventShowReportBugSendOK
// (BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::EventShowReportBugSendOK()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.EventShowReportBugSendOK");
Abp_reportbug_C_EventShowReportBugSendOK_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_reportbug.bp_reportbug_C.UserConstructionScript
// (Event, Public, BlueprintCallable, BlueprintEvent)
void Abp_reportbug_C::UserConstructionScript()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_reportbug.bp_reportbug_C.UserConstructionScript");
Abp_reportbug_C_UserConstructionScript_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
}