mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 10:57:16 +09:00
- Adjusted SDK UGameViewportClient class members and padding - Created helper function to get local player - precompile headers for SDK - SDK made into a static library ( single compile as its never changed )
29 lines
851 B
C++
29 lines
851 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0xC0 (0xC0 - 0x0)
|
|
// Function BP_AxeBase.BP_AxeBase_C.GetLeftHandTransform
|
|
struct ABP_AxeBase_C_GetLeftHandTransform_Params
|
|
{
|
|
public:
|
|
struct FTransform ReturnValue; // 0x0(0x60)(Parm, OutParm, ReturnParm, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FTransform CallFunc_GetLeftHandTransform_ReturnValue; // 0x60(0x60)(IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|