first submle
This commit is contained in:
+315
@@ -0,0 +1,315 @@
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:49 2025
|
||||
|
||||
#include "../SDK.hpp"
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Functions
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventClickBtnSave_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventClickBtnSave_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventClickBtnSave_NoFetch");
|
||||
|
||||
Abp_share_dayfinaly_C_EventClickBtnSave_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventClickBtnSave
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventClickBtnSave()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventClickBtnSave");
|
||||
|
||||
Abp_share_dayfinaly_C_EventClickBtnSave_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventShareDayFinaly_Push_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventShareDayFinaly_Push_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventShareDayFinaly_Push_NoFetch");
|
||||
|
||||
Abp_share_dayfinaly_C_EventShareDayFinaly_Push_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventShareDayFinaly_Push
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventShareDayFinaly_Push()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventShareDayFinaly_Push");
|
||||
|
||||
Abp_share_dayfinaly_C_EventShareDayFinaly_Push_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventShareDayFinalyFetchInfo_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventShareDayFinalyFetchInfo_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventShareDayFinalyFetchInfo_NoFetch");
|
||||
|
||||
Abp_share_dayfinaly_C_EventShareDayFinalyFetchInfo_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventShareDayFinalyFetchInfo
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventShareDayFinalyFetchInfo()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventShareDayFinalyFetchInfo");
|
||||
|
||||
Abp_share_dayfinaly_C_EventShareDayFinalyFetchInfo_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayQQFrientBtn_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventDayQQFrientBtn_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayQQFrientBtn_NoFetch");
|
||||
|
||||
Abp_share_dayfinaly_C_EventDayQQFrientBtn_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayQQFrientBtn
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventDayQQFrientBtn()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayQQFrientBtn");
|
||||
|
||||
Abp_share_dayfinaly_C_EventDayQQFrientBtn_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayWXFrientBtn_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventDayWXFrientBtn_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayWXFrientBtn_NoFetch");
|
||||
|
||||
Abp_share_dayfinaly_C_EventDayWXFrientBtn_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayWXFrientBtn
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventDayWXFrientBtn()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayWXFrientBtn");
|
||||
|
||||
Abp_share_dayfinaly_C_EventDayWXFrientBtn_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayWXZoneBtn_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventDayWXZoneBtn_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayWXZoneBtn_NoFetch");
|
||||
|
||||
Abp_share_dayfinaly_C_EventDayWXZoneBtn_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayWXZoneBtn
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventDayWXZoneBtn()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayWXZoneBtn");
|
||||
|
||||
Abp_share_dayfinaly_C_EventDayWXZoneBtn_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayQQZoneBtn_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventDayQQZoneBtn_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayQQZoneBtn_NoFetch");
|
||||
|
||||
Abp_share_dayfinaly_C_EventDayQQZoneBtn_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayQQZoneBtn
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::EventDayQQZoneBtn()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.EventDayQQZoneBtn");
|
||||
|
||||
Abp_share_dayfinaly_C_EventDayQQZoneBtn_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_share_dayfinaly.bp_share_dayfinaly_C.UserConstructionScript
|
||||
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_share_dayfinaly_C::UserConstructionScript()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_share_dayfinaly.bp_share_dayfinaly_C.UserConstructionScript");
|
||||
|
||||
Abp_share_dayfinaly_C_UserConstructionScript_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user