36 lines
1.3 KiB
C++
Executable File
36 lines
1.3 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:51 2025
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Parameters
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Function GlobalUIContainer_BP.GlobalUIContainer_BP_C.AddWidgetInternal
|
|
struct UGlobalUIContainer_BP_C_AddWidgetInternal_Params
|
|
{
|
|
class UUAEUserWidget** Widget; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
// Function GlobalUIContainer_BP.GlobalUIContainer_BP_C.RemoveWidgetInternal
|
|
struct UGlobalUIContainer_BP_C_RemoveWidgetInternal_Params
|
|
{
|
|
class UUAEUserWidget** Widget; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
// Function GlobalUIContainer_BP.GlobalUIContainer_BP_C.ExecuteUbergraph_GlobalUIContainer_BP
|
|
struct UGlobalUIContainer_BP_C_ExecuteUbergraph_GlobalUIContainer_BP_Params
|
|
{
|
|
int EntryPoint; // (BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|