mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
50 lines
4.0 KiB
C++
50 lines
4.0 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ItemInspectRefundItemQuantityList
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "SlateCore_structs.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function ItemInspectRefundItemQuantityList.ItemInspectRefundItemQuantityList_C.ExecuteUbergraph_ItemInspectRefundItemQuantityList
|
|
// 0x0028 (0x0028 - 0x0000)
|
|
struct ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList final
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FMargin K2Node_MakeStruct_Margin; // 0x0004(0x0010)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UFortItemQuantityListEntryBase* K2Node_Event_ListEntry; // 0x0018(0x0008)(ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
class UVerticalBoxSlot* CallFunc_AddChildToVerticalBox_ReturnValue; // 0x0020(0x0008)(ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
static_assert(alignof(ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList) == 0x000008, "Wrong alignment on ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList");
|
|
static_assert(sizeof(ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList) == 0x000028, "Wrong size on ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList");
|
|
static_assert(offsetof(ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList, EntryPoint) == 0x000000, "Member 'ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList::EntryPoint' has a wrong offset!");
|
|
static_assert(offsetof(ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList, K2Node_MakeStruct_Margin) == 0x000004, "Member 'ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList::K2Node_MakeStruct_Margin' has a wrong offset!");
|
|
static_assert(offsetof(ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList, K2Node_Event_ListEntry) == 0x000018, "Member 'ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList::K2Node_Event_ListEntry' has a wrong offset!");
|
|
static_assert(offsetof(ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000020, "Member 'ItemInspectRefundItemQuantityList_C_ExecuteUbergraph_ItemInspectRefundItemQuantityList::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!");
|
|
|
|
// Function ItemInspectRefundItemQuantityList.ItemInspectRefundItemQuantityList_C.AddListEntry
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct ItemInspectRefundItemQuantityList_C_AddListEntry final
|
|
{
|
|
public:
|
|
class UFortItemQuantityListEntryBase* ListEntry; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
static_assert(alignof(ItemInspectRefundItemQuantityList_C_AddListEntry) == 0x000008, "Wrong alignment on ItemInspectRefundItemQuantityList_C_AddListEntry");
|
|
static_assert(sizeof(ItemInspectRefundItemQuantityList_C_AddListEntry) == 0x000008, "Wrong size on ItemInspectRefundItemQuantityList_C_AddListEntry");
|
|
static_assert(offsetof(ItemInspectRefundItemQuantityList_C_AddListEntry, ListEntry) == 0x000000, "Member 'ItemInspectRefundItemQuantityList_C_AddListEntry::ListEntry' has a wrong offset!");
|
|
|
|
}
|
|
|