mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
34 lines
1.8 KiB
C++
34 lines
1.8 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x28 (0x28 - 0x0)
|
|
// Function BP_VisualEffect_Status_Electricshock.BP_VisualEffect_Status_Electricshock_C.ExecuteUbergraph_BP_VisualEffect_Status_Electricshock
|
|
struct UBP_VisualEffect_Status_Electricshock_C_ExecuteUbergraph_BP_VisualEffect_Status_Electricshock_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_18E7[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class USkeletalMeshComponent* CallFunc_GetMainMesh_ReturnValue; // 0x8(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
class UPalSkeletalMeshComponent* K2Node_DynamicCast_AsPal_Skeletal_Mesh_Component; // 0x10(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_DynamicCast_bSuccess; // 0x18(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_18E9[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UNiagaraComponent* CallFunc_SpawnSystemAttached_ReturnValue; // 0x20(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|