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

316 lines
8.7 KiB
C++
Executable File

//PUBGM(0.13.5)32位SDK
//作者:清华
//Telegram:@qinghuanb666
//生成时间:Fri Apr 18 20:44:49 2025
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventUpdateCheckIdx_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventUpdateCheckIdx_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventUpdateCheckIdx_NoFetch");
Abp_shop_gift_packet_C_EventUpdateCheckIdx_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventUpdateCheckIdx
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventUpdateCheckIdx()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventUpdateCheckIdx");
Abp_shop_gift_packet_C_EventUpdateCheckIdx_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketUISendGift_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventGiftPacketUISendGift_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketUISendGift_NoFetch");
Abp_shop_gift_packet_C_EventGiftPacketUISendGift_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketUISendGift
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventGiftPacketUISendGift()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketUISendGift");
Abp_shop_gift_packet_C_EventGiftPacketUISendGift_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketWaiting_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventGiftPacketWaiting_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketWaiting_NoFetch");
Abp_shop_gift_packet_C_EventGiftPacketWaiting_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketWaiting
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventGiftPacketWaiting()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketWaiting");
Abp_shop_gift_packet_C_EventGiftPacketWaiting_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventAnimationCallBack_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventAnimationCallBack_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventAnimationCallBack_NoFetch");
Abp_shop_gift_packet_C_EventAnimationCallBack_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventAnimationCallBack
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventAnimationCallBack()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventAnimationCallBack");
Abp_shop_gift_packet_C_EventAnimationCallBack_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventPushValue_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventPushValue_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventPushValue_NoFetch");
Abp_shop_gift_packet_C_EventPushValue_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventPushValue
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventPushValue()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventPushValue");
Abp_shop_gift_packet_C_EventPushValue_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventOpenSendGiftPanel_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventOpenSendGiftPanel_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventOpenSendGiftPanel_NoFetch");
Abp_shop_gift_packet_C_EventOpenSendGiftPanel_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventOpenSendGiftPanel
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventOpenSendGiftPanel()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventOpenSendGiftPanel");
Abp_shop_gift_packet_C_EventOpenSendGiftPanel_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketUIRequireGift_NoFetch
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventGiftPacketUIRequireGift_NoFetch()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketUIRequireGift_NoFetch");
Abp_shop_gift_packet_C_EventGiftPacketUIRequireGift_NoFetch_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketUIRequireGift
// (BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::EventGiftPacketUIRequireGift()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.EventGiftPacketUIRequireGift");
Abp_shop_gift_packet_C_EventGiftPacketUIRequireGift_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
// Function bp_shop_gift_packet.bp_shop_gift_packet_C.UserConstructionScript
// (Event, Public, BlueprintCallable, BlueprintEvent)
void Abp_shop_gift_packet_C::UserConstructionScript()
{
static UFunction *pFunc = 0;
if (!pFunc)
pFunc = UObject::FindObject<UFunction>("Function bp_shop_gift_packet.bp_shop_gift_packet_C.UserConstructionScript");
Abp_shop_gift_packet_C_UserConstructionScript_Params params;
auto flags = pFunc->FunctionFlags;
UObject *currentObj = (UObject *) this;
currentObj->ProcessEvent(pFunc, &params);
pFunc->FunctionFlags = flags;
}
}