mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
36 lines
1.9 KiB
C++
36 lines
1.9 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x68 (0x68 - 0x0)
|
|
// Function WBP_PalDebugInfo.WBP_PalDebugInfo_C.ExecuteUbergraph_WBP_PalDebugInfo
|
|
struct UWBP_PalDebugInfo_C_ExecuteUbergraph_WBP_PalDebugInfo_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_4A5[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FString CallFunc_GetDisplayVersion_ReturnValue; // 0x8(0x10)(ZeroConstructor, HasGetValueTypeHash)
|
|
class FString CallFunc_GetBuildConfiguration_ReturnValue; // 0x18(0x10)(ZeroConstructor, HasGetValueTypeHash)
|
|
class FString CallFunc_Map_Find_Value; // 0x28(0x10)(ZeroConstructor, HasGetValueTypeHash)
|
|
bool CallFunc_Map_Find_ReturnValue; // 0x38(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_4A7[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FString CallFunc_Concat_StrStr_ReturnValue; // 0x40(0x10)(ZeroConstructor, HasGetValueTypeHash)
|
|
class FText CallFunc_Conv_StringToText_ReturnValue; // 0x50(0x18)(None)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|