mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
38 lines
2.1 KiB
C++
38 lines
2.1 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0xF0 (0xF0 - 0x0)
|
|
// Function WBP_PalGenusCategoryIcon.WBP_PalGenusCategoryIcon_C.Setup
|
|
struct UWBP_PalGenusCategoryIcon_C_Setup_Params
|
|
{
|
|
public:
|
|
enum class EPalGenusCategoryType Category; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2CE9[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FString CallFunc_GetEnumeratorUserFriendlyName_ReturnValue; // 0x8(0x10)(ZeroConstructor, HasGetValueTypeHash)
|
|
class FText CallFunc_Conv_StringToText_ReturnValue; // 0x18(0x18)(None)
|
|
TSoftObjectPtr<class UTexture2D> CallFunc_Map_Find_Value; // 0x30(0x30)(HasGetValueTypeHash)
|
|
bool CallFunc_Map_Find_ReturnValue; // 0x60(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2CEC[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData; // 0x68(0x50)(HasGetValueTypeHash)
|
|
TArray<struct FFormatArgumentData> K2Node_MakeArray_Array; // 0xB8(0x10)(ReferenceParm)
|
|
class FText CallFunc_Format_ReturnValue; // 0xC8(0x18)(None)
|
|
class FString CallFunc_Conv_TextToString_ReturnValue; // 0xE0(0x10)(ZeroConstructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|