first submle

This commit is contained in:
gcdsfh145
2026-05-03 12:38:09 +08:00
parent cdadfd425e
commit 0b6dbde6f5
3244 changed files with 694310 additions and 2 deletions
@@ -0,0 +1,70 @@
#pragma once
//PUBGM(0.13.5)32位SDK
//作者:清华
//Telegram:@qinghuanb666
//生成时间:Fri Apr 18 20:44:52 2025
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.CheckNext
struct UGeneralPopupNotice_BP_C_CheckNext_Params
{
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.FillData
struct UGeneralPopupNotice_BP_C_FillData_Params
{
struct FBP_STRUCT_MessageBoxData MessageBoxData; // (BlueprintVisible, BlueprintReadOnly, Parm)
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.FetchFromStack
struct UGeneralPopupNotice_BP_C_FetchFromStack_Params
{
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.ShowMessageBox
struct UGeneralPopupNotice_BP_C_ShowMessageBox_Params
{
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.SetBtnStatus
struct UGeneralPopupNotice_BP_C_SetBtnStatus_Params
{
int Btn_ShowType; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.Construct
struct UGeneralPopupNotice_BP_C_Construct_Params
{
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.BndEvt__Button01_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature
struct UGeneralPopupNotice_BP_C_BndEvt__Button01_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature_Params
{
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.BndEvt__Button02_K2Node_ComponentBoundEvent_17_OnButtonClickedEvent__DelegateSignature
struct UGeneralPopupNotice_BP_C_BndEvt__Button02_K2Node_ComponentBoundEvent_17_OnButtonClickedEvent__DelegateSignature_Params
{
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.BndEvt__Button03_K2Node_ComponentBoundEvent_35_OnButtonClickedEvent__DelegateSignature
struct UGeneralPopupNotice_BP_C_BndEvt__Button03_K2Node_ComponentBoundEvent_35_OnButtonClickedEvent__DelegateSignature_Params
{
};
// Function GeneralPopupNotice_BP.GeneralPopupNotice_BP_C.ExecuteUbergraph_GeneralPopupNotice_BP
struct UGeneralPopupNotice_BP_C_ExecuteUbergraph_GeneralPopupNotice_BP_Params
{
int EntryPoint; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
};
}