25 lines
966 B
C++
Executable File
25 lines
966 B
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:46 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_Search_Data.BP_STRUCT_Search_Data
|
|
// 0x0014
|
|
struct FBP_STRUCT_Search_Data
|
|
{
|
|
int labelId_0_F94CF8ED48C6E2D93854D580483DF391; // 0x0000(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
struct FString labelStr_1_FB12FDFF455000E179DEB09867F24FD3; // 0x0004(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
int labelType_2_9640D1B14EED1E04770A4C976988FB29; // 0x0010(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
};
|
|
|
|
}
|
|
|