forked from gcdsfh/PMDT
fix name eroor
This commit is contained in:
+361
@@ -0,0 +1,361 @@
|
||||
//PUBGM(0.13.5)32位SDK
|
||||
//作者:清华
|
||||
//Telegram:@qinghuanb666
|
||||
//生成时间:Fri Apr 18 20:44:52 2025
|
||||
|
||||
#include "../SDK.hpp"
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
//---------------------------------------------------------------------------
|
||||
//Functions
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ScrollToTop
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::ScrollToTop()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.ScrollToTop");
|
||||
|
||||
UPopupNotice_BP_C_ScrollToTop_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.RemoveFastPopNotice
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::RemoveFastPopNotice()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.RemoveFastPopNotice");
|
||||
|
||||
UPopupNotice_BP_C_RemoveFastPopNotice_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowNextPopNoticeFast
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::ShowNextPopNoticeFast()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.ShowNextPopNoticeFast");
|
||||
|
||||
UPopupNotice_BP_C_ShowNextPopNoticeFast_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNoticeFast
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::ShowPopNoticeFast()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNoticeFast");
|
||||
|
||||
UPopupNotice_BP_C_ShowPopNoticeFast_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.RemoveAllNotice
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::RemoveAllNotice()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.RemoveAllNotice");
|
||||
|
||||
UPopupNotice_BP_C_RemoveAllNotice_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.UIHide
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::UIHide()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.UIHide");
|
||||
|
||||
UPopupNotice_BP_C_UIHide_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNoticeQueue
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::ShowPopNoticeQueue()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNoticeQueue");
|
||||
|
||||
UPopupNotice_BP_C_ShowPopNoticeQueue_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.RemovePopNotice
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::RemovePopNotice()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.RemovePopNotice");
|
||||
|
||||
UPopupNotice_BP_C_RemovePopNotice_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowNextPopNotice
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::ShowNextPopNotice()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.ShowNextPopNotice");
|
||||
|
||||
UPopupNotice_BP_C_ShowNextPopNotice_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowMsgBox
|
||||
// (Public, HasDefaults, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::ShowMsgBox()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.ShowMsgBox");
|
||||
|
||||
UPopupNotice_BP_C_ShowMsgBox_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.FlyingOut
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::FlyingOut()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.FlyingOut");
|
||||
|
||||
UPopupNotice_BP_C_FlyingOut_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNotice
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::ShowPopNotice()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.ShowPopNotice");
|
||||
|
||||
UPopupNotice_BP_C_ShowPopNotice_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.UIShow
|
||||
// (Public, BlueprintCallable, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::UIShow()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.UIShow");
|
||||
|
||||
UPopupNotice_BP_C_UIShow_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.Construct
|
||||
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::Construct()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.Construct");
|
||||
|
||||
UPopupNotice_BP_C_Construct_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.OnPopMsgReceived
|
||||
// (BlueprintCallable, BlueprintEvent)
|
||||
// Parameters:
|
||||
// struct FString Msg (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor)
|
||||
|
||||
void UPopupNotice_BP_C::OnPopMsgReceived(const struct FString& Msg)
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.OnPopMsgReceived");
|
||||
|
||||
UPopupNotice_BP_C_OnPopMsgReceived_Params params;
|
||||
params.Msg = Msg;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.BndEvt__Button_CloseUI_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature
|
||||
// (BlueprintEvent)
|
||||
|
||||
void UPopupNotice_BP_C::BndEvt__Button_CloseUI_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature()
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.BndEvt__Button_CloseUI_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature");
|
||||
|
||||
UPopupNotice_BP_C_BndEvt__Button_CloseUI_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature_Params params;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
// Function PopupNotice_BP.PopupNotice_BP_C.ExecuteUbergraph_PopupNotice_BP
|
||||
// ()
|
||||
// Parameters:
|
||||
// int EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
|
||||
|
||||
void UPopupNotice_BP_C::ExecuteUbergraph_PopupNotice_BP(int EntryPoint)
|
||||
{
|
||||
static UFunction *pFunc = 0;
|
||||
if (!pFunc)
|
||||
pFunc = UObject::FindObject<UFunction>("Function PopupNotice_BP.PopupNotice_BP_C.ExecuteUbergraph_PopupNotice_BP");
|
||||
|
||||
UPopupNotice_BP_C_ExecuteUbergraph_PopupNotice_BP_Params params;
|
||||
params.EntryPoint = EntryPoint;
|
||||
|
||||
auto flags = pFunc->FunctionFlags;
|
||||
|
||||
UObject *currentObj = (UObject *) this;
|
||||
currentObj->ProcessEvent(pFunc, ¶ms);
|
||||
|
||||
pFunc->FunctionFlags = flags;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user