mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
147 lines
11 KiB
C++
147 lines
11 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.Play Throw Sound
|
|
struct ABP_ThrowObjectBase_C_Play_Throw_Sound_Params
|
|
{
|
|
public:
|
|
struct FPalDataTableRowName_SoundID K2Node_MakeStruct_PalDataTableRowName_SoundID; // 0x0(0x8)(NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x1A (0x1A - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.GetAkOwnerComponent
|
|
struct ABP_ThrowObjectBase_C_GetAkOwnerComponent_Params
|
|
{
|
|
public:
|
|
class USceneComponent* ReturnValue; // 0x0(0x8)(Parm, OutParm, ZeroConstructor, ReturnParm, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
class UStaticMeshComponent* CallFunc_GetComponentByClass_ReturnValue; // 0x8(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
class USkeletalMeshComponent* CallFunc_GetComponentByClass_ReturnValue_1; // 0x10(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0x18(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue_1; // 0x19(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x9 (0x9 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.PlaySoundWithMaterial
|
|
struct ABP_ThrowObjectBase_C_PlaySoundWithMaterial_Params
|
|
{
|
|
public:
|
|
struct FPalDataTableRowName_SoundID ID; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor, HasGetValueTypeHash)
|
|
enum class EPhysicalSurface PhysicalMaterial; // 0x8(0x1)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x10 (0x10 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.PlaySound
|
|
struct ABP_ThrowObjectBase_C_PlaySound_Params
|
|
{
|
|
public:
|
|
struct FPalDataTableRowName_SoundID ID; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor, HasGetValueTypeHash)
|
|
struct FPalSoundOptions Options; // 0x8(0x4)(Edit, BlueprintVisible, NoDestructor)
|
|
struct FPalSoundOptions K2Node_MakeStruct_PalSoundOptions; // 0xC(0x4)(NoDestructor)
|
|
};
|
|
|
|
// 0x1 (0x1 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.IsCountDestroy
|
|
struct ABP_ThrowObjectBase_C_IsCountDestroy_Params
|
|
{
|
|
public:
|
|
bool IsDestroy; // 0x0(0x1)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x14 (0x14 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.IncrementBoundCountAndCheckDestroy
|
|
struct ABP_ThrowObjectBase_C_IncrementBoundCountAndCheckDestroy_Params
|
|
{
|
|
public:
|
|
bool CallFunc_IsCountDestroy_IsDestroy; // 0x0(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_289A[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
int32 CallFunc_GetMaxBoundCount_Count; // 0x4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 Temp_int_Variable; // 0x8(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_LessEqual_IntInt_ReturnValue; // 0xC(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_289F[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
int32 CallFunc_Add_IntInt_ReturnValue; // 0x10(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x4 (0x4 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.GetMaxBoundCount
|
|
struct ABP_ThrowObjectBase_C_GetMaxBoundCount_Params
|
|
{
|
|
public:
|
|
int32 Count; // 0x0(0x4)(Parm, OutParm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x101 (0x101 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.IsDestroy
|
|
struct ABP_ThrowObjectBase_C_IsDestroy_Params
|
|
{
|
|
public:
|
|
class UPrimitiveComponent* HitComp; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
class AActor* OtherCharacter; // 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)
|
|
bool ReturnValue; // 0x100(0x1)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x118 (0x118 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.OnBlock
|
|
struct ABP_ThrowObjectBase_C_OnBlock_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 FVector NormalImpulse; // 0x18(0x18)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FHitResult Hit; // 0x30(0xE8)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
|
|
};
|
|
|
|
// 0x8 (0x8 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.ReceiveActorBeginOverlap
|
|
struct ABP_ThrowObjectBase_C_ReceiveActorBeginOverlap_Params
|
|
{
|
|
public:
|
|
class AActor* OtherActor; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0x1A0 (0x1A0 - 0x0)
|
|
// Function BP_ThrowObjectBase.BP_ThrowObjectBase_C.ExecuteUbergraph_BP_ThrowObjectBase
|
|
struct ABP_ThrowObjectBase_C_ExecuteUbergraph_BP_ThrowObjectBase_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x4(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_28C4[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FTimerHandle CallFunc_K2_SetTimerDelegate_ReturnValue; // 0x18(0x8)(NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_NotEqual_DoubleDouble_ReturnValue; // 0x20(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_28C8[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UPrimitiveComponent* K2Node_Event_HitComp; // 0x28(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
class AActor* K2Node_Event_OtherActor_1; // 0x30(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UPrimitiveComponent* K2Node_Event_OtherComp; // 0x38(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
struct FVector K2Node_Event_NormalImpulse; // 0x40(0x18)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FHitResult K2Node_Event_Hit; // 0x58(0xE8)(ConstParm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
|
|
class AActor* K2Node_Event_OtherActor; // 0x140(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
struct FVector CallFunc_K2_GetActorLocation_ReturnValue; // 0x148(0x18)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FRotator CallFunc_MakeRotFromX_ReturnValue; // 0x160(0x18)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate_1; // 0x178(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
class UNiagaraComponent* CallFunc_SpawnSystemAtLocation_ReturnValue; // 0x188(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_K2_SetTimerDelegate_Time_ImplicitCast; // 0x190(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float K2Node_VariableSet_ProjectileGravityScale_ImplicitCast; // 0x194(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double K2Node_VariableSet_DefaultGravityScale_ImplicitCast; // 0x198(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|