mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
44 lines
2.4 KiB
C++
44 lines
2.4 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
namespace Params
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// PARAMETERS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x231 (0x231 - 0x0)
|
|
// Function UI_Invemtory_DropItem.UI_Invemtory_DropItem_C.OnMouseButtonDown_0
|
|
struct UUI_Invemtory_DropItem_C_OnMouseButtonDown_0_Params
|
|
{
|
|
public:
|
|
struct FGeometry MyGeometry; // 0x0(0x38)(BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
|
|
struct FPointerEvent MouseEvent; // 0x38(0x70)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm)
|
|
struct FEventReply ReturnValue; // 0xA8(0xB8)(Parm, OutParm, ReturnParm)
|
|
struct FKey CallFunc_PointerEvent_GetEffectingButton_ReturnValue; // 0x160(0x18)(HasGetValueTypeHash)
|
|
struct FEventReply CallFunc_Handled_ReturnValue; // 0x178(0xB8)(None)
|
|
bool CallFunc_EqualEqual_KeyKey_ReturnValue; // 0x230(0x1)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
};
|
|
|
|
// 0x18 (0x18 - 0x0)
|
|
// Function UI_Invemtory_DropItem.UI_Invemtory_DropItem_C.ExecuteUbergraph_UI_Invemtory_DropItem
|
|
struct UUI_Invemtory_DropItem_C_ExecuteUbergraph_UI_Invemtory_DropItem_Params
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0(0x4)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FVector2D CallFunc_GetMousePositionOnViewport_ReturnValue; // 0x4(0x8)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_20A3[0x4]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UCanvasPanelSlot* CallFunc_SlotAsCanvasSlot_ReturnValue; // 0x10(0x8)(ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
|