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

74 lines
6.7 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x8 (0x8 - 0x0)
// Function BP_ExplosiveModifierBase.BP_ExplosiveModifierBase_C.Initialize
struct UBP_ExplosiveModifierBase_C_Initialize_Params
{
public:
class APalBullet* Bullet; // 0x0(0x8)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
};
// 0x100 (0x100 - 0x0)
// Function BP_ExplosiveModifierBase.BP_ExplosiveModifierBase_C.«¹¿à¤ÙóÈ_0
struct UBP_ExplosiveModifierBase_C__________0_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 Hi; // 0x18(0xE8)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
};
// 0x1E8 (0x1E8 - 0x0)
// Function BP_ExplosiveModifierBase.BP_ExplosiveModifierBase_C.ExecuteUbergraph_BP_ExplosiveModifierBase
struct UBP_ExplosiveModifierBase_C_ExecuteUbergraph_BP_ExplosiveModifierBase_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3581[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class UPrimitiveComponent* K2Node_CustomEvent_HitComp; // 0x8(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
class AActor* K2Node_CustomEvent_OtherCharacter; // 0x10(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UPrimitiveComponent* K2Node_CustomEvent_OtherComp; // 0x18(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
struct FHitResult K2Node_CustomEvent_Hi; // 0x20(0xE8)(ConstParm, IsPlainOldData, NoDestructor, ContainsInstancedReference)
bool CallFunc_IsValid_ReturnValue; // 0x108(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3582[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
class AActor* CallFunc_GetOwner_ReturnValue; // 0x110(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue_1; // 0x118(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3583[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
class APalBullet* K2Node_DynamicCast_AsPal_Bullet; // 0x120(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool K2Node_DynamicCast_bSuccess; // 0x128(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3584[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
int32 CallFunc_GetWeaponDamage_ReturnValue; // 0x12C(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class APalCharacter* CallFunc_FindOwnerPalCharacter_ReturnValue; // 0x130(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
float CallFunc_Conv_IntToFloat_ReturnValue; // 0x138(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_3585[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
struct FTransform CallFunc_GetTransform_ReturnValue; // 0x140(0x60)(ConstParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float CallFunc_GetParameterWithPassiveSkillEffect_ReturnValue; // 0x1A0(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
int32 CallFunc_FTrunc_ReturnValue; // 0x1A4(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class AActor* CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue; // 0x1A8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class APalBullet* K2Node_Event_bullet; // 0x1B0(0x8)(ConstParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class ABP_ExplosionAttackBase_C* CallFunc_FinishSpawningActor_ReturnValue; // 0x1B8(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class USceneComponent* CallFunc_K2_GetRootComponent_ReturnValue; // 0x1C0(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
class UNiagaraComponent* CallFunc_SpawnSystemAttached_ReturnValue; // 0x1C8(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
FDelegateProperty_ K2Node_CreateDelegate_OutputDelegate; // 0x1D0(0x10)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
double CallFunc_FTrunc_A_ImplicitCast; // 0x1E0(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}