mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
52 lines
3.8 KiB
C++
52 lines
3.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ItemInspectionMainItemDetailsHostPanel
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass ItemInspectionMainItemDetailsHostPanel.ItemInspectionMainItemDetailsHostPanel_C
|
|
// 0x0030 (0x02D8 - 0x02A8)
|
|
class UItemInspectionMainItemDetailsHostPanel_C final : public UFortItemDetailsHostPanel
|
|
{
|
|
public:
|
|
class UItemDetailsHeader_C* HeaderWidget; // 0x02A8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UItemAttributesDetailWidget_C* ItemAttributesDetailWidget; // 0x02B0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UItemCalledOutAttributesDetailWidget_C* ItemCalledOutAttributesDetailWidget; // 0x02B8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UItemDescriptionDetailWidget_C* ItemDescriptionDetailWidget; // 0x02C0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UMiniItemCraftingIngredientsDetailWidget_C* MiniItemCraftingIngredientsDetailWidget; // 0x02C8(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
class UScrollBox* ScrollBox_0; // 0x02D0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"ItemInspectionMainItemDetailsHostPanel_C">();
|
|
}
|
|
static class UItemInspectionMainItemDetailsHostPanel_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UItemInspectionMainItemDetailsHostPanel_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UItemInspectionMainItemDetailsHostPanel_C) == 0x000008, "Wrong alignment on UItemInspectionMainItemDetailsHostPanel_C");
|
|
static_assert(sizeof(UItemInspectionMainItemDetailsHostPanel_C) == 0x0002D8, "Wrong size on UItemInspectionMainItemDetailsHostPanel_C");
|
|
static_assert(offsetof(UItemInspectionMainItemDetailsHostPanel_C, HeaderWidget) == 0x0002A8, "Member 'UItemInspectionMainItemDetailsHostPanel_C::HeaderWidget' has a wrong offset!");
|
|
static_assert(offsetof(UItemInspectionMainItemDetailsHostPanel_C, ItemAttributesDetailWidget) == 0x0002B0, "Member 'UItemInspectionMainItemDetailsHostPanel_C::ItemAttributesDetailWidget' has a wrong offset!");
|
|
static_assert(offsetof(UItemInspectionMainItemDetailsHostPanel_C, ItemCalledOutAttributesDetailWidget) == 0x0002B8, "Member 'UItemInspectionMainItemDetailsHostPanel_C::ItemCalledOutAttributesDetailWidget' has a wrong offset!");
|
|
static_assert(offsetof(UItemInspectionMainItemDetailsHostPanel_C, ItemDescriptionDetailWidget) == 0x0002C0, "Member 'UItemInspectionMainItemDetailsHostPanel_C::ItemDescriptionDetailWidget' has a wrong offset!");
|
|
static_assert(offsetof(UItemInspectionMainItemDetailsHostPanel_C, MiniItemCraftingIngredientsDetailWidget) == 0x0002C8, "Member 'UItemInspectionMainItemDetailsHostPanel_C::MiniItemCraftingIngredientsDetailWidget' has a wrong offset!");
|
|
static_assert(offsetof(UItemInspectionMainItemDetailsHostPanel_C, ScrollBox_0) == 0x0002D0, "Member 'UItemInspectionMainItemDetailsHostPanel_C::ScrollBox_0' has a wrong offset!");
|
|
|
|
}
|
|
|