mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
37 lines
2.1 KiB
C++
37 lines
2.1 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x38 (0x38 - 0x0)
|
|
// Function BP_PalTextBlock.BP_PalTextBlock_C.BP_ReflectText
|
|
struct UBP_PalTextBlock_C_BP_ReflectText_Params
|
|
{
|
|
public:
|
|
bool ReturnValue; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2A2F[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UPalDebugSetting* CallFunc_GetPalDebugSetting_ReturnValue; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UGameInstance* CallFunc_GetGameInstance_ReturnValue; // 0x10(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x18(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue_1; // 0x19(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
enum class EPalLocalizeTextCategory CallFunc_Map_Find_Value; // 0x1A(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_Map_Find_ReturnValue; // 0x1B(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2A30[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FText CallFunc_GetLocalizedText_ReturnValue; // 0x20(0x18)(None)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|