mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
60 lines
4.2 KiB
C++
60 lines
4.2 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x40 (0x40 - 0x0)
|
|
// Function BP_PalBossBattleManager.BP_PalBossBattleManager_C.DisableSky
|
|
struct UBP_PalBossBattleManager_C_DisableSky_Params
|
|
{
|
|
public:
|
|
bool Activce; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3A4A[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class APPSkyCreator* Sky; // 0x8(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
int32 Temp_int_Loop_Counter_Variable; // 0x10(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3A4B[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
TArray<class USceneComponent*> CallFunc_K2_GetComponentsByClass_ReturnValue; // 0x18(0x10)(ReferenceParm, ContainsInstancedReference)
|
|
int32 CallFunc_Add_IntInt_ReturnValue; // 0x28(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 CallFunc_Array_Length_ReturnValue; // 0x2C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_Less_IntInt_ReturnValue; // 0x30(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3A4C[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
int32 Temp_int_Array_Index_Variable; // 0x34(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class USceneComponent* CallFunc_Array_Get_Item; // 0x38(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function BP_PalBossBattleManager.BP_PalBossBattleManager_C.DisableSkyCreator
|
|
struct UBP_PalBossBattleManager_C_DisableSkyCreator_Params
|
|
{
|
|
public:
|
|
bool Disable; // 0x0(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x13 (0x13 - 0x0)
|
|
// Function BP_PalBossBattleManager.BP_PalBossBattleManager_C.ExecuteUbergraph_BP_PalBossBattleManager
|
|
struct UBP_PalBossBattleManager_C_ExecuteUbergraph_BP_PalBossBattleManager_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3A51[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class APPSkyCreator* CallFunc_GetActorOfClass_ReturnValue; // 0x8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x10(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_Event_Disable; // 0x11(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_Not_PreBool_ReturnValue; // 0x12(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|