396 lines
12 KiB
C++
Executable File
396 lines
12 KiB
C++
Executable File
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:46 2025
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Functions
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleCheckBoxStateChanged_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleCheckBoxStateChanged_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleCheckBoxStateChanged_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleCheckBoxStateChanged_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleCheckBoxStateChanged
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleCheckBoxStateChanged()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleCheckBoxStateChanged");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleCheckBoxStateChanged_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnDisableGift_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnDisableGift_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnDisableGift_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnDisableGift_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnDisableGift
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnDisableGift()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnDisableGift");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnDisableGift_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIClose_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIClose_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIClose_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIClose_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIClose
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIClose()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIClose");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIClose_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnAdd_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnAdd_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnAdd_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnAdd_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnAdd
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnAdd()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnAdd");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnAdd_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnAddTen_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnAddTen_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnAddTen_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnAddTen_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnAddTen
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnAddTen()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnAddTen");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnAddTen_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnSub_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnSub_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnSub_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnSub_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnSub
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnSub()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnSub");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnSub_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnBuy_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnBuy_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnBuy_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnBuy_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnBuy
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnBuy()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnBuy");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnBuy_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnDisableBuy_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnDisableBuy_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnDisableBuy_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnDisableBuy_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnDisableBuy
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnDisableBuy()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnDisableBuy");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnDisableBuy_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnGift_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnGift_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnGift_NoFetch");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnGift_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnGift
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::EventMarketBuySingleUIOnGift()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.EventMarketBuySingleUIOnGift");
|
|
|
|
Abp_market_buy_single_C_EventMarketBuySingleUIOnGift_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_market_buy_single.bp_market_buy_single_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_market_buy_single_C::UserConstructionScript()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_market_buy_single.bp_market_buy_single_C.UserConstructionScript");
|
|
|
|
Abp_market_buy_single_C_UserConstructionScript_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
}
|
|
|