mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
49 lines
3.1 KiB
C++
49 lines
3.1 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x38 (0x38 - 0x0)
|
|
// Function WBP_PalHungerIcon.WBP_PalHungerIcon_C.SetExistFoodFlag
|
|
struct UWBP_PalHungerIcon_C_SetExistFoodFlag_Params
|
|
{
|
|
public:
|
|
bool IsExistFood; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_F4E[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FText CallFunc_GetLocalizedTextFromHandle_Text; // 0x8(0x18)(None)
|
|
class FText CallFunc_GetLocalizedTextFromHandle_Text_1; // 0x20(0x18)(None)
|
|
};
|
|
|
|
// 0x52 (0x52 - 0x0)
|
|
// Function WBP_PalHungerIcon.WBP_PalHungerIcon_C.ExecuteUbergraph_WBP_PalHungerIcon
|
|
struct UWBP_PalHungerIcon_C_ExecuteUbergraph_WBP_PalHungerIcon_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_F6B[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UUMGSequencePlayer* CallFunc_PlayAnimation_ReturnValue; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x10(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1; // 0x20(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UUMGSequencePlayer* CallFunc_CreatePlayAnimationProxyObject_Result; // 0x30(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UWidgetAnimationPlayCallbackProxy* CallFunc_CreatePlayAnimationProxyObject_ReturnValue; // 0x38(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UUMGSequencePlayer* CallFunc_CreatePlayAnimationProxyObject_Result_1; // 0x40(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UWidgetAnimationPlayCallbackProxy* CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1; // 0x48(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x50(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue_1; // 0x51(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|