mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
59 lines
3.9 KiB
C++
59 lines
3.9 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0xE1 (0xE1 - 0x0)
|
|
// Function BP_ActionWateringOneshot.BP_ActionWateringOneshot_C.NotifyWatered
|
|
struct UBP_ActionWateringOneshot_C_NotifyWatered_Params
|
|
{
|
|
public:
|
|
class FName NotifyName; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class AActor* ActionTarget; // 0x8(0x8)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NoDestructor, HasGetValueTypeHash)
|
|
class FText CallFunc_Conv_NameToText_ReturnValue; // 0x10(0x18)(None)
|
|
struct FFormatArgumentData K2Node_MakeStruct_FormatArgumentData; // 0x28(0x50)(HasGetValueTypeHash)
|
|
TScriptInterface<class IPalMapObjectWaterRecievableInterface> K2Node_DynamicCast_AsPal_Map_Object_Water_Recievable_Interface; // 0x78(0x10)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_DynamicCast_bSuccess; // 0x88(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2E2C[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
TArray<struct FFormatArgumentData> K2Node_MakeArray_Array; // 0x90(0x10)(ReferenceParm)
|
|
class APalCharacter* CallFunc_GetActionCharacter_ReturnValue; // 0xA0(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class FText CallFunc_Format_ReturnValue; // 0xA8(0x18)(None)
|
|
class FString CallFunc_Conv_TextToString_ReturnValue; // 0xC0(0x10)(ZeroConstructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0xD0(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2E2D[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class AActor* CallFunc_GetActionTarget_ReturnValue; // 0xD8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_EqualEqual_NameName_ReturnValue; // 0xE0(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function BP_ActionWateringOneshot.BP_ActionWateringOneshot_C.OnNotifyBegin
|
|
struct UBP_ActionWateringOneshot_C_OnNotifyBegin_Params
|
|
{
|
|
public:
|
|
class FName NotifyName; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0xC (0xC - 0x0)
|
|
// Function BP_ActionWateringOneshot.BP_ActionWateringOneshot_C.ExecuteUbergraph_BP_ActionWateringOneshot
|
|
struct UBP_ActionWateringOneshot_C_ExecuteUbergraph_BP_ActionWateringOneshot_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class FName K2Node_Event_NotifyName; // 0x4(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|