mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
57 lines
3.6 KiB
C++
57 lines
3.6 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x28 (0x28 - 0x0)
|
|
// Function WBP_PlayerInputKeyGuideIcon.WBP_PlayerInputKeyGuideIcon_C.SetOverrideSize
|
|
struct UWBP_PlayerInputKeyGuideIcon_C_SetOverrideSize_Params
|
|
{
|
|
public:
|
|
struct FVector2D Size; // 0x0(0x10)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_BreakVector2D_X; // 0x10(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
double CallFunc_BreakVector2D_Y; // 0x18(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_SetWidthOverride_InWidthOverride_ImplicitCast; // 0x20(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float CallFunc_SetHeightOverride_InHeightOverride_ImplicitCast; // 0x24(0x4)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
// 0xD0 (0xD0 - 0x0)
|
|
// Function WBP_PlayerInputKeyGuideIcon.WBP_PlayerInputKeyGuideIcon_C.UpdateImage
|
|
struct UWBP_PlayerInputKeyGuideIcon_C_UpdateImage_Params
|
|
{
|
|
public:
|
|
struct FSlateBrush NewBrush; // 0x0(0xD0)(BlueprintVisible, BlueprintReadOnly, Parm)
|
|
};
|
|
|
|
// 0xFA (0xFA - 0x0)
|
|
// Function WBP_PlayerInputKeyGuideIcon.WBP_PlayerInputKeyGuideIcon_C.ExecuteUbergraph_WBP_PlayerInputKeyGuideIcon
|
|
struct UWBP_PlayerInputKeyGuideIcon_C_ExecuteUbergraph_WBP_PlayerInputKeyGuideIcon_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3B22[0xC]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
struct FSlateBrush K2Node_Event_newBrush; // 0x10(0xD0)(None)
|
|
class UCommonInputSubsystem* CallFunc_GetLocalPlayerSubsystem_ReturnValue; // 0xE0(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue; // 0xE8(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
enum class ECommonInputType CallFunc_GetCurrentInputType_ReturnValue; // 0xE9(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_3B23[0x6]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UTexture2D* CallFunc_Map_Find_Value; // 0xF0(0x8)(ZeroConstructor, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_Map_Find_ReturnValue; // 0xF8(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_IsValid_ReturnValue_1; // 0xF9(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|