mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
40 lines
1.7 KiB
C++
40 lines
1.7 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function WBP_CharaCre_SliderBase.WBP_CharaCre_SliderBase_C.SetValue
|
|
struct UWBP_CharaCre_SliderBase_C_SetValue_Params
|
|
{
|
|
public:
|
|
int32 NewValue; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_37E1[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FText CallFunc_Conv_IntToText_ReturnValue; // 0x8(0x18)(None)
|
|
};
|
|
|
|
// 0x20 (0x20 - 0x0)
|
|
// Function WBP_CharaCre_SliderBase.WBP_CharaCre_SliderBase_C.ExecuteUbergraph_WBP_CharaCre_SliderBase
|
|
struct UWBP_CharaCre_SliderBase_C_ExecuteUbergraph_WBP_CharaCre_SliderBase_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_37E4[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FText CallFunc_GetLocalizedTextFromHandle_Text; // 0x8(0x18)(None)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|