187 lines
4.8 KiB
C++
Executable File
187 lines
4.8 KiB
C++
Executable File
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:52 2025
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Functions
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Function Reconnect_BP.Reconnect_BP_C.HideText
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UReconnect_BP_C::HideText()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function Reconnect_BP.Reconnect_BP_C.HideText");
|
|
|
|
UReconnect_BP_C_HideText_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function Reconnect_BP.Reconnect_BP_C.ShowText
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UReconnect_BP_C::ShowText()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function Reconnect_BP.Reconnect_BP_C.ShowText");
|
|
|
|
UReconnect_BP_C_ShowText_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function Reconnect_BP.Reconnect_BP_C.UIHide
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UReconnect_BP_C::UIHide()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function Reconnect_BP.Reconnect_BP_C.UIHide");
|
|
|
|
UReconnect_BP_C_UIHide_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function Reconnect_BP.Reconnect_BP_C.UIShow
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
|
|
void UReconnect_BP_C::UIShow()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function Reconnect_BP.Reconnect_BP_C.UIShow");
|
|
|
|
UReconnect_BP_C_UIShow_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function Reconnect_BP.Reconnect_BP_C.UpdateTime
|
|
// (Public, BlueprintCallable, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FString Time (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor)
|
|
|
|
void UReconnect_BP_C::UpdateTime(const struct FString& Time)
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function Reconnect_BP.Reconnect_BP_C.UpdateTime");
|
|
|
|
UReconnect_BP_C_UpdateTime_Params params;
|
|
params.Time = Time;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function Reconnect_BP.Reconnect_BP_C.Construct
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
|
|
void UReconnect_BP_C::Construct()
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function Reconnect_BP.Reconnect_BP_C.Construct");
|
|
|
|
UReconnect_BP_C_Construct_Params params;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function Reconnect_BP.Reconnect_BP_C.Tick
|
|
// (BlueprintCosmetic, Event, Public, BlueprintEvent)
|
|
// Parameters:
|
|
// struct FGeometry* MyGeometry (BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData)
|
|
// float* InDeltaTime (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
|
|
|
|
void UReconnect_BP_C::Tick(struct FGeometry* MyGeometry, float* InDeltaTime)
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function Reconnect_BP.Reconnect_BP_C.Tick");
|
|
|
|
UReconnect_BP_C_Tick_Params params;
|
|
params.MyGeometry = MyGeometry;
|
|
params.InDeltaTime = InDeltaTime;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
// Function Reconnect_BP.Reconnect_BP_C.ExecuteUbergraph_Reconnect_BP
|
|
// (HasDefaults)
|
|
// Parameters:
|
|
// int EntryPoint (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
|
|
|
|
void UReconnect_BP_C::ExecuteUbergraph_Reconnect_BP(int EntryPoint)
|
|
{
|
|
static UFunction *pFunc = 0;
|
|
if (!pFunc)
|
|
pFunc = UObject::FindObject<UFunction>("Function Reconnect_BP.Reconnect_BP_C.ExecuteUbergraph_Reconnect_BP");
|
|
|
|
UReconnect_BP_C_ExecuteUbergraph_Reconnect_BP_Params params;
|
|
params.EntryPoint = EntryPoint;
|
|
|
|
auto flags = pFunc->FunctionFlags;
|
|
|
|
UObject *currentObj = (UObject *) this;
|
|
currentObj->ProcessEvent(pFunc, ¶ms);
|
|
|
|
pFunc->FunctionFlags = flags;
|
|
}
|
|
|
|
|
|
}
|
|
|