mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
37 lines
2.0 KiB
C++
37 lines
2.0 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x108 (0x108 - 0x0)
|
|
// Function WBP_ShopSellPrice.WBP_ShopSellPrice_C.SetPrice
|
|
struct UWBP_ShopSellPrice_C_SetPrice_Params
|
|
{
|
|
public:
|
|
int32 Price; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 AdditionalPrice; // 0x4(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_GreaterEqual_IntInt_ReturnValue; // 0x8(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_1C9F[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FText CallFunc_Conv_IntToText_ReturnValue; // 0x10(0x18)(None)
|
|
struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData; // 0x28(0x50)(HasGetValueTypeHash)
|
|
class FText CallFunc_Conv_IntToText_ReturnValue_1; // 0x78(0x18)(None)
|
|
struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData_1; // 0x90(0x50)(HasGetValueTypeHash)
|
|
TArray<struct FFormatArgumentData> K2Node_MakeArray_Array; // 0xE0(0x10)(ReferenceParm)
|
|
class FText CallFunc_Format_ReturnValue; // 0xF0(0x18)(None)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|