mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
56 lines
2.2 KiB
C++
56 lines
2.2 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ItemAttributesDetailWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass ItemAttributesDetailWidget.ItemAttributesDetailWidget_C
|
|
// 0x0010 (0x0290 - 0x0280)
|
|
class UItemAttributesDetailWidget_C final : public UFortItemDetailElementWidget
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0280(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UStatsListWidget_C* StatsListWidget; // 0x0288(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_ItemAttributesDetailWidget(int32 EntryPoint);
|
|
void HandleItemToCompareWithChanged(bool bItemChanged, bool bAmmoChanged, bool bIngredientsChanged);
|
|
void HandleItemToDetailChanged(bool bItemChanged, bool bAmmoChanged, bool bIngredientsChanged);
|
|
void HandlePreDifferentItemToCompareWithSet();
|
|
void HandlePreDifferentItemToDetailSet();
|
|
void HandleShouldPreviewUpgradingItemChanged();
|
|
void HandlePostDifferentItemToCompareWithSet();
|
|
void HandlePostDifferentItemToDetailSet();
|
|
void UpdateItemsForWidgets();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"ItemAttributesDetailWidget_C">();
|
|
}
|
|
static class UItemAttributesDetailWidget_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UItemAttributesDetailWidget_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UItemAttributesDetailWidget_C) == 0x000008, "Wrong alignment on UItemAttributesDetailWidget_C");
|
|
static_assert(sizeof(UItemAttributesDetailWidget_C) == 0x000290, "Wrong size on UItemAttributesDetailWidget_C");
|
|
static_assert(offsetof(UItemAttributesDetailWidget_C, UberGraphFrame) == 0x000280, "Member 'UItemAttributesDetailWidget_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UItemAttributesDetailWidget_C, StatsListWidget) == 0x000288, "Member 'UItemAttributesDetailWidget_C::StatsListWidget' has a wrong offset!");
|
|
|
|
}
|
|
|