mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
33 lines
1.5 KiB
C++
33 lines
1.5 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x51 (0x51 - 0x0)
|
|
// Function WBP_MainMenu_Pal_StatusElement.WBP_MainMenu_Pal_StatusElement_C.Setup
|
|
struct UWBP_MainMenu_Pal_StatusElement_C_Setup_Params
|
|
{
|
|
public:
|
|
enum class EPalElementType ElementType; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_EqualEqual_ByteByte_ReturnValue; // 0x1(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_24E9[0x6]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FText CallFunc_GetPalElementTypeName_outName; // 0x8(0x18)(None)
|
|
TSoftObjectPtr<class UTexture2D> CallFunc_Map_Find_Value; // 0x20(0x30)(HasGetValueTypeHash)
|
|
bool CallFunc_Map_Find_ReturnValue; // 0x50(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|