756 lines
18 KiB
C++
Executable File
756 lines
18 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_mail.bp_mail_C.EventMailReceiveAttach_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailReceiveAttach_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailReceiveAttach_NoFetch");
|
|
|
|
Abp_mail_C_EventMailReceiveAttach_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailReceiveAttach
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailReceiveAttach()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailReceiveAttach");
|
|
|
|
Abp_mail_C_EventMailReceiveAttach_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailDeleteAll_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailDeleteAll_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailDeleteAll_NoFetch");
|
|
|
|
Abp_mail_C_EventMailDeleteAll_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailDeleteAll
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailDeleteAll()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailDeleteAll");
|
|
|
|
Abp_mail_C_EventMailDeleteAll_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailChangeFilterType_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailChangeFilterType_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailChangeFilterType_NoFetch");
|
|
|
|
Abp_mail_C_EventMailChangeFilterType_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailChangeFilterType
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailChangeFilterType()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailChangeFilterType");
|
|
|
|
Abp_mail_C_EventMailChangeFilterType_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailReceiveAll_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailReceiveAll_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailReceiveAll_NoFetch");
|
|
|
|
Abp_mail_C_EventMailReceiveAll_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailReceiveAll
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailReceiveAll()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailReceiveAll");
|
|
|
|
Abp_mail_C_EventMailReceiveAll_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailDelete_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailDelete_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailDelete_NoFetch");
|
|
|
|
Abp_mail_C_EventMailDelete_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailDelete
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailDelete()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailDelete");
|
|
|
|
Abp_mail_C_EventMailDelete_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailReadAll_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailReadAll_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailReadAll_NoFetch");
|
|
|
|
Abp_mail_C_EventMailReadAll_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailReadAll
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailReadAll()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailReadAll");
|
|
|
|
Abp_mail_C_EventMailReadAll_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailClose_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailClose_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailClose_NoFetch");
|
|
|
|
Abp_mail_C_EventMailClose_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailClose
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailClose()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailClose");
|
|
|
|
Abp_mail_C_EventMailClose_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventFetchMailInfo_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventFetchMailInfo_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventFetchMailInfo_NoFetch");
|
|
|
|
Abp_mail_C_EventFetchMailInfo_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventFetchMailInfo
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventFetchMailInfo()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventFetchMailInfo");
|
|
|
|
Abp_mail_C_EventFetchMailInfo_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventOnClickHead_Push_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventOnClickHead_Push_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventOnClickHead_Push_NoFetch");
|
|
|
|
Abp_mail_C_EventOnClickHead_Push_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventOnClickHead_Push
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventOnClickHead_Push()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventOnClickHead_Push");
|
|
|
|
Abp_mail_C_EventOnClickHead_Push_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventHideGiftMsgCenter_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventHideGiftMsgCenter_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventHideGiftMsgCenter_NoFetch");
|
|
|
|
Abp_mail_C_EventHideGiftMsgCenter_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventHideGiftMsgCenter
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventHideGiftMsgCenter()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventHideGiftMsgCenter");
|
|
|
|
Abp_mail_C_EventHideGiftMsgCenter_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventInviteFriend_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventInviteFriend_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventInviteFriend_NoFetch");
|
|
|
|
Abp_mail_C_EventInviteFriend_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventInviteFriend
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventInviteFriend()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventInviteFriend");
|
|
|
|
Abp_mail_C_EventInviteFriend_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventJoin_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventJoin_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventJoin_NoFetch");
|
|
|
|
Abp_mail_C_EventJoin_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventJoin
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventJoin()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventJoin");
|
|
|
|
Abp_mail_C_EventJoin_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventShowGiftMsgCenter_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventShowGiftMsgCenter_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventShowGiftMsgCenter_NoFetch");
|
|
|
|
Abp_mail_C_EventShowGiftMsgCenter_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventShowGiftMsgCenter
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventShowGiftMsgCenter()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventShowGiftMsgCenter");
|
|
|
|
Abp_mail_C_EventShowGiftMsgCenter_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailRequestList_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailRequestList_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailRequestList_NoFetch");
|
|
|
|
Abp_mail_C_EventMailRequestList_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailRequestList
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailRequestList()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailRequestList");
|
|
|
|
Abp_mail_C_EventMailRequestList_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailAddTestDatas_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailAddTestDatas_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailAddTestDatas_NoFetch");
|
|
|
|
Abp_mail_C_EventMailAddTestDatas_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailAddTestDatas
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailAddTestDatas()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailAddTestDatas");
|
|
|
|
Abp_mail_C_EventMailAddTestDatas_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailReceiveAllNext_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailReceiveAllNext_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailReceiveAllNext_NoFetch");
|
|
|
|
Abp_mail_C_EventMailReceiveAllNext_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailReceiveAllNext
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailReceiveAllNext()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailReceiveAllNext");
|
|
|
|
Abp_mail_C_EventMailReceiveAllNext_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailViewBtnClick_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailViewBtnClick_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailViewBtnClick_NoFetch");
|
|
|
|
Abp_mail_C_EventMailViewBtnClick_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailViewBtnClick
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailViewBtnClick()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailViewBtnClick");
|
|
|
|
Abp_mail_C_EventMailViewBtnClick_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailRead_NoFetch
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailRead_NoFetch()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailRead_NoFetch");
|
|
|
|
Abp_mail_C_EventMailRead_NoFetch_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.EventMailRead
|
|
// (BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::EventMailRead()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.EventMailRead");
|
|
|
|
Abp_mail_C_EventMailRead_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function bp_mail.bp_mail_C.UserConstructionScript
|
|
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void Abp_mail_C::UserConstructionScript()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function bp_mail.bp_mail_C.UserConstructionScript");
|
|
|
|
Abp_mail_C_UserConstructionScript_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
}
|
|
|