26 lines
1.1 KiB
C++
Executable File
26 lines
1.1 KiB
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:48 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_SeasonReview_Tab.BP_STRUCT_SeasonReview_Tab
|
|
// 0x0014
|
|
struct FBP_STRUCT_SeasonReview_Tab
|
|
{
|
|
bool isSelected_0_20C672C0124A6673284A2270073CEEC4; // 0x0000(0x0001) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
unsigned char UnknownData00[0x3]; // 0x0001(0x0003) MISSED OFFSET
|
|
int tab_1_34221F406E841C891963BB9A0ED17EB2; // 0x0004(0x0004) (Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData)
|
|
struct FString tabName_2_6DE5DF8035521166754B86D80EB99745; // 0x0008(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
};
|
|
|
|
}
|
|
|