fix name eroor
This commit is contained in:
+195
@@ -0,0 +1,195 @@
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:42 2025
|
||||
|
||||
#include "../SDK.hpp"
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Functions
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.EventTryDownloadSaveData_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::EventTryDownloadSaveData_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.EventTryDownloadSaveData_NoFetch");
|
||||
|
||||
Abp_setting_uielem_C_EventTryDownloadSaveData_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.EventTryDownloadSaveData
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::EventTryDownloadSaveData()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.EventTryDownloadSaveData");
|
||||
|
||||
Abp_setting_uielem_C_EventTryDownloadSaveData_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.EventShowSelectPanel_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::EventShowSelectPanel_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.EventShowSelectPanel_NoFetch");
|
||||
|
||||
Abp_setting_uielem_C_EventShowSelectPanel_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.EventShowSelectPanel
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::EventShowSelectPanel()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.EventShowSelectPanel");
|
||||
|
||||
Abp_setting_uielem_C_EventShowSelectPanel_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.EventUploadSaveData_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::EventUploadSaveData_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.EventUploadSaveData_NoFetch");
|
||||
|
||||
Abp_setting_uielem_C_EventUploadSaveData_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.EventUploadSaveData
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::EventUploadSaveData()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.EventUploadSaveData");
|
||||
|
||||
Abp_setting_uielem_C_EventUploadSaveData_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.EventFetchInfo_NoFetch
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::EventFetchInfo_NoFetch()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.EventFetchInfo_NoFetch");
|
||||
|
||||
Abp_setting_uielem_C_EventFetchInfo_NoFetch_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.EventFetchInfo
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::EventFetchInfo()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.EventFetchInfo");
|
||||
|
||||
Abp_setting_uielem_C_EventFetchInfo_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function bp_setting_uielem.bp_setting_uielem_C.UserConstructionScript
|
||||
// (Event, Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void Abp_setting_uielem_C::UserConstructionScript()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function bp_setting_uielem.bp_setting_uielem_C.UserConstructionScript");
|
||||
|
||||
Abp_setting_uielem_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