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

31 lines
1.3 KiB
C++

#pragma once
// Dumped with Dumper-7!
#include "../SDK.hpp"
namespace SDK
{
namespace Params
{
//---------------------------------------------------------------------------------------------------------------------
// PARAMETERS
//---------------------------------------------------------------------------------------------------------------------
// 0x40 (0x40 - 0x0)
// Function BP_HitCalculator_MyLocation.BP_HitCalculator_MyLocation_C.CalcLocation
struct UBP_HitCalculator_MyLocation_C_CalcLocation_Params
{
public:
class UPrimitiveComponent* MyHitComponent; // 0x0(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
class UPrimitiveComponent* OtherHitComponent; // 0x8(0x8)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, NoDestructor, HasGetValueTypeHash)
struct FVector ReturnValue; // 0x10(0x18)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
struct FVector CallFunc_K2_GetComponentLocation_ReturnValue; // 0x28(0x18)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
}
}