mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
96 lines
7.2 KiB
C++
96 lines
7.2 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ItemCardWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "SlateCore_structs.hpp"
|
|
#include "UMG_structs.hpp"
|
|
#include "FortniteUI_structs.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function ItemCardWidget.ItemCardWidget_C.OnHoveredEvent__DelegateSignature
|
|
// 0x0028 (0x0028 - 0x0000)
|
|
struct ItemCardWidget_C_OnHoveredEvent__DelegateSignature final
|
|
{
|
|
public:
|
|
struct FFortReceivedItemLootInfo NewParam; // 0x0000(0x0028)(BlueprintVisible, BlueprintReadOnly, Parm)
|
|
};
|
|
static_assert(alignof(ItemCardWidget_C_OnHoveredEvent__DelegateSignature) == 0x000008, "Wrong alignment on ItemCardWidget_C_OnHoveredEvent__DelegateSignature");
|
|
static_assert(sizeof(ItemCardWidget_C_OnHoveredEvent__DelegateSignature) == 0x000028, "Wrong size on ItemCardWidget_C_OnHoveredEvent__DelegateSignature");
|
|
static_assert(offsetof(ItemCardWidget_C_OnHoveredEvent__DelegateSignature, NewParam) == 0x000000, "Member 'ItemCardWidget_C_OnHoveredEvent__DelegateSignature::NewParam' has a wrong offset!");
|
|
|
|
// Function ItemCardWidget.ItemCardWidget_C.ExecuteUbergraph_ItemCardWidget
|
|
// 0x0020 (0x0020 - 0x0000)
|
|
struct ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget final
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class UUMGSequencePlayer* CallFunc_PlayAnimation_ReturnValue; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
int32 K2Node_CustomEvent_Idx; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
bool CallFunc_Less_IntInt_ReturnValue; // 0x0014(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
struct FFocusEvent K2Node_Event_InFocusEvent; // 0x0018(0x0008)(NoDestructor)
|
|
};
|
|
static_assert(alignof(ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget) == 0x000008, "Wrong alignment on ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget");
|
|
static_assert(sizeof(ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget) == 0x000020, "Wrong size on ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget");
|
|
static_assert(offsetof(ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget, EntryPoint) == 0x000000, "Member 'ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget::EntryPoint' has a wrong offset!");
|
|
static_assert(offsetof(ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget, K2Node_CustomEvent_Idx) == 0x000010, "Member 'ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget::K2Node_CustomEvent_Idx' has a wrong offset!");
|
|
static_assert(offsetof(ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget, K2Node_Event_InFocusEvent) == 0x000018, "Member 'ItemCardWidget_C_ExecuteUbergraph_ItemCardWidget::K2Node_Event_InFocusEvent' has a wrong offset!");
|
|
|
|
// Function ItemCardWidget.ItemCardWidget_C.OnFocusLost
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct ItemCardWidget_C_OnFocusLost final
|
|
{
|
|
public:
|
|
struct FFocusEvent InFocusEvent; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor)
|
|
};
|
|
static_assert(alignof(ItemCardWidget_C_OnFocusLost) == 0x000004, "Wrong alignment on ItemCardWidget_C_OnFocusLost");
|
|
static_assert(sizeof(ItemCardWidget_C_OnFocusLost) == 0x000008, "Wrong size on ItemCardWidget_C_OnFocusLost");
|
|
static_assert(offsetof(ItemCardWidget_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'ItemCardWidget_C_OnFocusLost::InFocusEvent' has a wrong offset!");
|
|
|
|
// Function ItemCardWidget.ItemCardWidget_C.OnFocusReceived
|
|
// 0x0268 (0x0268 - 0x0000)
|
|
struct ItemCardWidget_C_OnFocusReceived final
|
|
{
|
|
public:
|
|
struct FGeometry MyGeometry; // 0x0000(0x0038)(BlueprintVisible, BlueprintReadOnly, Parm, IsPlainOldData, NoDestructor)
|
|
struct FFocusEvent InFocusEvent; // 0x0038(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, NoDestructor)
|
|
struct FEventReply ReturnValue; // 0x0040(0x00B8)(Parm, OutParm, ReturnParm)
|
|
struct FEventReply CallFunc_Handled_ReturnValue; // 0x00F8(0x00B8)()
|
|
struct FEventReply CallFunc_SetUserFocus_ReturnValue; // 0x01B0(0x00B8)()
|
|
};
|
|
static_assert(alignof(ItemCardWidget_C_OnFocusReceived) == 0x000008, "Wrong alignment on ItemCardWidget_C_OnFocusReceived");
|
|
static_assert(sizeof(ItemCardWidget_C_OnFocusReceived) == 0x000268, "Wrong size on ItemCardWidget_C_OnFocusReceived");
|
|
static_assert(offsetof(ItemCardWidget_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'ItemCardWidget_C_OnFocusReceived::MyGeometry' has a wrong offset!");
|
|
static_assert(offsetof(ItemCardWidget_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'ItemCardWidget_C_OnFocusReceived::InFocusEvent' has a wrong offset!");
|
|
static_assert(offsetof(ItemCardWidget_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'ItemCardWidget_C_OnFocusReceived::ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(ItemCardWidget_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'ItemCardWidget_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!");
|
|
static_assert(offsetof(ItemCardWidget_C_OnFocusReceived, CallFunc_SetUserFocus_ReturnValue) == 0x0001B0, "Member 'ItemCardWidget_C_OnFocusReceived::CallFunc_SetUserFocus_ReturnValue' has a wrong offset!");
|
|
|
|
// Function ItemCardWidget.ItemCardWidget_C.PlayShow
|
|
// 0x0004 (0x0004 - 0x0000)
|
|
struct ItemCardWidget_C_PlayShow final
|
|
{
|
|
public:
|
|
int32 Idx; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
};
|
|
static_assert(alignof(ItemCardWidget_C_PlayShow) == 0x000004, "Wrong alignment on ItemCardWidget_C_PlayShow");
|
|
static_assert(sizeof(ItemCardWidget_C_PlayShow) == 0x000004, "Wrong size on ItemCardWidget_C_PlayShow");
|
|
static_assert(offsetof(ItemCardWidget_C_PlayShow, Idx) == 0x000000, "Member 'ItemCardWidget_C_PlayShow::Idx' has a wrong offset!");
|
|
|
|
}
|
|
|