forked from gcdsfh/PMDT
fix name eroor
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
#pragma once
|
||||
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:52 2025
|
||||
|
||||
#include "../SDK.hpp"
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Parameters
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Function ItemPopUpNotice_BP.ItemPopUpNotice_BP_C.RemoveFastNotice
|
||||
struct UItemPopUpNotice_BP_C_RemoveFastNotice_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function ItemPopUpNotice_BP.ItemPopUpNotice_BP_C.SetFastNotice
|
||||
struct UItemPopUpNotice_BP_C_SetFastNotice_Params
|
||||
{
|
||||
struct FString Text; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor)
|
||||
};
|
||||
|
||||
// Function ItemPopUpNotice_BP.ItemPopUpNotice_BP_C.SetNotice
|
||||
struct UItemPopUpNotice_BP_C_SetNotice_Params
|
||||
{
|
||||
struct FString Msg; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor)
|
||||
};
|
||||
|
||||
// Function ItemPopUpNotice_BP.ItemPopUpNotice_BP_C.BndEvt__DX_Tips_K2Node_ComponentBoundEvent_0_OnWidgetAnimationPlaybackStatusChanged__DelegateSignature
|
||||
struct UItemPopUpNotice_BP_C_BndEvt__DX_Tips_K2Node_ComponentBoundEvent_0_OnWidgetAnimationPlaybackStatusChanged__DelegateSignature_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function ItemPopUpNotice_BP.ItemPopUpNotice_BP_C.BndEvt__DX_Tips_1_K2Node_ComponentBoundEvent_0_OnWidgetAnimationPlaybackStatusChanged__DelegateSignature
|
||||
struct UItemPopUpNotice_BP_C_BndEvt__DX_Tips_1_K2Node_ComponentBoundEvent_0_OnWidgetAnimationPlaybackStatusChanged__DelegateSignature_Params
|
||||
{
|
||||
};
|
||||
|
||||
// Function ItemPopUpNotice_BP.ItemPopUpNotice_BP_C.ExecuteUbergraph_ItemPopUpNotice_BP
|
||||
struct UItemPopUpNotice_BP_C_ExecuteUbergraph_ItemPopUpNotice_BP_Params
|
||||
{
|
||||
int EntryPoint; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user