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

316 lines
8.0 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_market.bp_market_C.EventMarketOpenMarketMainUIEnter_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOpenMarketMainUIEnter_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOpenMarketMainUIEnter_NoFetch");
Abp_market_C_EventMarketOpenMarketMainUIEnter_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOpenMarketMainUIEnter
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOpenMarketMainUIEnter()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOpenMarketMainUIEnter");
Abp_market_C_EventMarketOpenMarketMainUIEnter_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOnClosePage_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOnClosePage_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOnClosePage_NoFetch");
Abp_market_C_EventMarketOnClosePage_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOnClosePage
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOnClosePage()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOnClosePage");
Abp_market_C_EventMarketOnClosePage_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOnClose_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOnClose_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOnClose_NoFetch");
Abp_market_C_EventMarketOnClose_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOnClose
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOnClose()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOnClose");
Abp_market_C_EventMarketOnClose_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOnOpenPage_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOnOpenPage_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOnOpenPage_NoFetch");
Abp_market_C_EventMarketOnOpenPage_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOnOpenPage
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOnOpenPage()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOnOpenPage");
Abp_market_C_EventMarketOnOpenPage_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOnRecharge_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOnRecharge_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOnRecharge_NoFetch");
Abp_market_C_EventMarketOnRecharge_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketOnRecharge
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketOnRecharge()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketOnRecharge");
Abp_market_C_EventMarketOnRecharge_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketCloseMarketMainUIEnter_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketCloseMarketMainUIEnter_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketCloseMarketMainUIEnter_NoFetch");
Abp_market_C_EventMarketCloseMarketMainUIEnter_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketCloseMarketMainUIEnter
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketCloseMarketMainUIEnter()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketCloseMarketMainUIEnter");
Abp_market_C_EventMarketCloseMarketMainUIEnter_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketCloseMarketMainUI_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketCloseMarketMainUI_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketCloseMarketMainUI_NoFetch");
Abp_market_C_EventMarketCloseMarketMainUI_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.EventMarketCloseMarketMainUI
// (BlueprintCallable, BlueprintEvent)
void Abp_market_C::EventMarketCloseMarketMainUI()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.EventMarketCloseMarketMainUI");
Abp_market_C_EventMarketCloseMarketMainUI_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_market.bp_market_C.UserConstructionScript
// (Event, Public, BlueprintCallable, BlueprintEvent)
void Abp_market_C::UserConstructionScript()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_market.bp_market_C.UserConstructionScript");
Abp_market_C_UserConstructionScript_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
}