24 lines
791 B
C++
Executable File
24 lines
791 B
C++
Executable File
#pragma once
|
|
|
|
//PUBGM(0.13.5)32位SDK
|
|
//作者:清华
|
|
//Telegram:@qinghuanb666
|
|
//生成时间:Fri Apr 18 20:44:42 2025
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
//Script Structs
|
|
//---------------------------------------------------------------------------
|
|
|
|
// UserDefinedStruct BP_STRUCT_RecordDataTLogUpload.BP_STRUCT_RecordDataTLogUpload
|
|
// 0x0018
|
|
struct FBP_STRUCT_RecordDataTLogUpload
|
|
{
|
|
struct FString share_channel_2_775B1D0060F2978A4693005209EE6B7C; // 0x0000(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
struct FString device_type_3_6D784E806481468467186E040D35AE05; // 0x000C(0x000C) (Edit, BlueprintVisible, ZeroConstructor)
|
|
};
|
|
|
|
}
|
|
|