PalWorld-NetCrack/SDK/BP_AIAction_Sleep_InNightWildPal_parameters.hpp
2024-01-22 14:43:11 +08:00

63 lines
4.7 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x50 (0x50 - 0x0)
// Function BP_AIAction_Sleep_InNightWildPal.BP_AIAction_Sleep_InNightWildPal_C.OnSquadMemberDeadEvent
struct UBP_AIAction_Sleep_InNightWildPal_C_OnSquadMemberDeadEvent_Params
{
public:
struct FPalDeadInfo DeadInbfo; // 0x0(0x50)(BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor)
};
// 0xC (0xC - 0x0)
// Function BP_AIAction_Sleep_InNightWildPal.BP_AIAction_Sleep_InNightWildPal_C.ActionTick
struct UBP_AIAction_Sleep_InNightWildPal_C_ActionTick_Params
{
public:
class APawn* ControlledPawn; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
float DeltaSeconds; // 0x8(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x60 (0x60 - 0x0)
// Function BP_AIAction_Sleep_InNightWildPal.BP_AIAction_Sleep_InNightWildPal_C.ExecuteUbergraph_BP_AIAction_Sleep_InNightWildPal
struct UBP_AIAction_Sleep_InNightWildPal_C_ExecuteUbergraph_BP_AIAction_Sleep_InNightWildPal_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2EB7[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class APawn* K2Node_Event_ControlledPawn; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
float K2Node_Event_DeltaSeconds; // 0x10(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2EB9[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class APalAIController* CallFunc_GetPalAIController_ReturnValue; // 0x18(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UPalTimeManager* CallFunc_GetTimeManager_ReturnValue; // 0x20(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
TScriptInterface<class IBPI_GetPalAIBlackboard_C> K2Node_DynamicCast_AsBPI_Get_Pal_AIBlackboard; // 0x28(0x10)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool K2Node_DynamicCast_bSuccess; // 0x38(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2EBD[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
float CallFunc_GetCurrentPalWorldHoursFloat_ReturnValue; // 0x3C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class UBP_PalAIBlackboard_Common_C* CallFunc_GetLeaderBB_LeaderPalBrackboard; // 0x40(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool CallFunc_Greater_DoubleDouble_ReturnValue; // 0x48(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue; // 0x49(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_Less_DoubleDouble_ReturnValue; // 0x4A(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_BooleanAND_ReturnValue; // 0x4B(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_2EC4[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
double CallFunc_Greater_DoubleDouble_A_ImplicitCast; // 0x50(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Less_DoubleDouble_A_ImplicitCast; // 0x58(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}