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

54 lines
3.9 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x1 (0x1 - 0x0)
// Function WBP_AutoSave.WBP_AutoSave_C.OnEndedAutoSave
struct UWBP_AutoSave_C_OnEndedAutoSave_Params
{
public:
bool IsSuccess; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
// 0x9C (0x9C - 0x0)
// Function WBP_AutoSave.WBP_AutoSave_C.ExecuteUbergraph_WBP_AutoSave
struct UWBP_AutoSave_C_ExecuteUbergraph_WBP_AutoSave_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x4(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1; // 0x14(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3792[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
struct FTimerHandle CallFunc_K2_SetTimerDelegate_ReturnValue; // 0x28(0x8)(NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_2; // 0x30(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UUMGSequencePlayer* CallFunc_PlayAnimation_ReturnValue; // 0x40(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UPalSaveGameManager* CallFunc_GetSaveGameManager_ReturnValue; // 0x48(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue; // 0x50(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool K2Node_CustomEvent_IsSuccess; // 0x51(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3793[0x6]; // Fixing Size After Last Property [ Dumper-7 ]
struct FTimerHandle CallFunc_K2_InvalidateTimerHandle_ReturnValue; // 0x58(0x8)(NoDestructor, HasGetValueTypeHash)
struct FTimerHandle CallFunc_K2_InvalidateTimerHandle_ReturnValue_1; // 0x60(0x8)(NoDestructor, HasGetValueTypeHash)
struct FTimerHandle CallFunc_K2_InvalidateTimerHandle_ReturnValue_2; // 0x68(0x8)(NoDestructor, HasGetValueTypeHash)
class UPalSaveGameManager* CallFunc_GetSaveGameManager_ReturnValue_1; // 0x70(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_3; // 0x78(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue_1; // 0x88(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3797[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_4; // 0x8C(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
};
}
}