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

43 lines
2.3 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x8 (0x8 - 0x0)
// Function WBP_GameOver_Rescue.WBP_GameOver_Rescue_C.UpdateRescue
struct UWBP_GameOver_Rescue_C_UpdateRescue_Params
{
public:
double Remain; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x34 (0x34 - 0x0)
// Function WBP_GameOver_Rescue.WBP_GameOver_Rescue_C.ExecuteUbergraph_WBP_GameOver_Rescue
struct UWBP_GameOver_Rescue_C_ExecuteUbergraph_WBP_GameOver_Rescue_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_1DAA[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class UPalGameSetting* CallFunc_GetGameSetting_ReturnValue; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
double K2Node_CustomEvent_Remain; // 0x10(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Divide_DoubleDouble_ReturnValue; // 0x18(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Subtract_DoubleDouble_ReturnValue; // 0x20(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Divide_DoubleDouble_B_ImplicitCast; // 0x28(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float CallFunc_SetPercent_InPercent_ImplicitCast; // 0x30(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}