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

47 lines
3.0 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x8 (0x8 - 0x0)
// Function BP_BulletSpeedModifier.BP_BulletSpeedModifier_C.Initialize
struct UBP_BulletSpeedModifier_C_Initialize_Params
{
public:
class APalBullet* Bullet; // 0x0(0x8)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
};
// 0x60 (0x60 - 0x0)
// Function BP_BulletSpeedModifier.BP_BulletSpeedModifier_C.ExecuteUbergraph_BP_BulletSpeedModifier
struct UBP_BulletSpeedModifier_C_ExecuteUbergraph_BP_BulletSpeedModifier_Params
{
public:
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_35A4[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
class APalBullet* K2Node_Event_bullet; // 0x8(0x8)(ConstParm, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue; // 0x10(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_35A5[0x3]; // Fixing Size After Last Property [ Dumper-7 ]
float CallFunc_GetParameterWithPassiveSkillEffect_ReturnValue; // 0x14(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class UProjectileMovementComponent* CallFunc_GetComponentByClass_ReturnValue; // 0x18(0x8)(ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
struct FVector CallFunc_GetVelocity_ReturnValue; // 0x20(0x18)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool CallFunc_IsValid_ReturnValue_1; // 0x38(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_35A8[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
struct FVector CallFunc_Multiply_VectorFloat_ReturnValue; // 0x40(0x18)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
double CallFunc_Multiply_VectorFloat_B_ImplicitCast; // 0x58(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}