mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
86 lines
6.8 KiB
C++
86 lines
6.8 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x124 (0x124 - 0x0)
|
|
// Function BP_CaptureWireBullet.BP_CaptureWireBullet_C.UpdateRotator
|
|
struct ABP_CaptureWireBullet_C_UpdateRotator_Params
|
|
{
|
|
public:
|
|
double DeltaTime; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FRotator CallFunc_Multiply_RotatorFloat_ReturnValue; // 0x8(0x18)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
struct FRotator CallFunc_ComposeRotators_ReturnValue; // 0x20(0x18)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
struct FHitResult CallFunc_K2_SetRelativeRotation_SweepHitResult; // 0x38(0xE8)(IsPlainOldData, NoDestructor, ContainsInstancedReference)
|
|
float CallFunc_Multiply_RotatorFloat_B_ImplicitCast; // 0x120(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x21 (0x21 - 0x0)
|
|
// Function BP_CaptureWireBullet.BP_CaptureWireBullet_C.SpawnDelegate
|
|
struct ABP_CaptureWireBullet_C_SpawnDelegate_Params
|
|
{
|
|
public:
|
|
struct FGuid Guid; // 0x0(0x10)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class AActor* Actor; // 0x10(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class ABP_CaptureWire_C* K2Node_DynamicCast_AsBP_Capture_Wire; // 0x18(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_DynamicCast_bSuccess; // 0x20(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x100 (0x100 - 0x0)
|
|
// Function BP_CaptureWireBullet.BP_CaptureWireBullet_C.OnHitToActor
|
|
struct ABP_CaptureWireBullet_C_OnHitToActor_Params
|
|
{
|
|
public:
|
|
class UPrimitiveComponent* HitComp; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
class AActor* OtherActor; // 0x8(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UPrimitiveComponent* OtherComp; // 0x10(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
struct FHitResult Hit; // 0x18(0xE8)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function BP_CaptureWireBullet.BP_CaptureWireBullet_C.ReceiveTick
|
|
struct ABP_CaptureWireBullet_C_ReceiveTick_Params
|
|
{
|
|
public:
|
|
float DeltaSeconds; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x1B8 (0x1B8 - 0x0)
|
|
// Function BP_CaptureWireBullet.BP_CaptureWireBullet_C.ExecuteUbergraph_BP_CaptureWireBullet
|
|
struct ABP_CaptureWireBullet_C_ExecuteUbergraph_BP_CaptureWireBullet_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float K2Node_Event_DeltaSeconds; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class UPrimitiveComponent* K2Node_Event_HitComp; // 0x8(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
class AActor* K2Node_Event_OtherActor; // 0x10(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UPrimitiveComponent* K2Node_Event_OtherComp; // 0x18(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
struct FHitResult K2Node_Event_Hit; // 0x20(0xE8)(ConstParm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
|
|
class APalCharacter* K2Node_DynamicCast_AsPal_Character; // 0x108(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool K2Node_DynamicCast_bSuccess; // 0x110(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x111(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3BFA[0xE]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FTransform CallFunc_GetTransform_ReturnValue; // 0x120(0x60)(ConstParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class APalCharacter* CallFunc_FindOwnerPalCharacter_ReturnValue; // 0x180(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x188(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
struct FGuid CallFunc_SpawnActorBroadcast_SpawnGuid; // 0x198(0x10)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_SpawnActorBroadcast_ReturnValue; // 0x1A8(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3BFC[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
double CallFunc_UpdateRotator_DeltaTime_ImplicitCast; // 0x1B0(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|