#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) }; } }