PalWorld-NetCrack/libs/SDKLibrary/SDK/BP_AxeBase_parameters.hpp
NightFyre 9a743d2b16 toggle fullbright feature
- 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 )
2024-01-29 06:39:29 -05:00

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