forked from gcdsfh/PMDT
fix name eroor
This commit is contained in:
+104
@@ -0,0 +1,104 @@
|
||||
#pragma once
|
||||
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:52 2025
|
||||
|
||||
#include "../SDK.hpp"
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Parameters
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ScrollToTop
|
||||
struct UPopupNotice_BP_C_ScrollToTop_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.RemoveFastPopNotice
|
||||
struct UPopupNotice_BP_C_RemoveFastPopNotice_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowNextPopNoticeFast
|
||||
struct UPopupNotice_BP_C_ShowNextPopNoticeFast_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNoticeFast
|
||||
struct UPopupNotice_BP_C_ShowPopNoticeFast_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.RemoveAllNotice
|
||||
struct UPopupNotice_BP_C_RemoveAllNotice_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.UIHide
|
||||
struct UPopupNotice_BP_C_UIHide_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNoticeQueue
|
||||
struct UPopupNotice_BP_C_ShowPopNoticeQueue_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.RemovePopNotice
|
||||
struct UPopupNotice_BP_C_RemovePopNotice_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowNextPopNotice
|
||||
struct UPopupNotice_BP_C_ShowNextPopNotice_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowMsgBox
|
||||
struct UPopupNotice_BP_C_ShowMsgBox_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.FlyingOut
|
||||
struct UPopupNotice_BP_C_FlyingOut_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNotice
|
||||
struct UPopupNotice_BP_C_ShowPopNotice_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.UIShow
|
||||
struct UPopupNotice_BP_C_UIShow_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.Construct
|
||||
struct UPopupNotice_BP_C_Construct_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.OnPopMsgReceived
|
||||
struct UPopupNotice_BP_C_OnPopMsgReceived_Params
|
||||
{
|
||||
struct FString Msg; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor)
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.BndEvt__Button_CloseUI_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature
|
||||
struct UPopupNotice_BP_C_BndEvt__Button_CloseUI_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ExecuteUbergraph_PopupNotice_BP
|
||||
struct UPopupNotice_BP_C_ExecuteUbergraph_PopupNotice_BP_Params
|
||||
{
|
||||
int EntryPoint; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user