mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
45 lines
2.6 KiB
C++
45 lines
2.6 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function BP_Status_StepCoolDown.BP_Status_StepCoolDown_C.TickStatus
|
|
struct UBP_Status_StepCoolDown_C_TickStatus_Params
|
|
{
|
|
public:
|
|
float DeltaTime; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x38 (0x38 - 0x0)
|
|
// Function BP_Status_StepCoolDown.BP_Status_StepCoolDown_C.ExecuteUbergraph_BP_Status_StepCoolDown
|
|
struct UBP_Status_StepCoolDown_C_ExecuteUbergraph_BP_Status_StepCoolDown_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float K2Node_Event_DeltaTime; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_Subtract_DoubleDouble_ReturnValue; // 0x8(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_LessEqual_DoubleDouble_ReturnValue; // 0x10(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2D54[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UPalGameSetting* CallFunc_GetGameSetting_ReturnValue; // 0x18(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsServer_ReturnValue; // 0x20(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_2D55[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
double CallFunc_Subtract_DoubleDouble_B_ImplicitCast; // 0x28(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double K2Node_VariableSet_Timer_ImplicitCast; // 0x30(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|