mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
49 lines
1.8 KiB
C++
49 lines
1.8 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: MiniCraftingIngredientList
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass MiniCraftingIngredientList.MiniCraftingIngredientList_C
|
|
// 0x0010 (0x02C8 - 0x02B8)
|
|
class UMiniCraftingIngredientList_C final : public UFortItemQuantityListBase
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x02B8(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UWrapBox* EntriesWrapBox; // 0x02C0(0x0008)(BlueprintVisible, ExportObject, ZeroConstructor, InstancedReference, IsPlainOldData, RepSkip, NoDestructor, PersistentInstance, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void ExecuteUbergraph_MiniCraftingIngredientList(int32 EntryPoint);
|
|
void AddListEntry(class UFortItemQuantityListEntryBase* ListEntry);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"MiniCraftingIngredientList_C">();
|
|
}
|
|
static class UMiniCraftingIngredientList_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UMiniCraftingIngredientList_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UMiniCraftingIngredientList_C) == 0x000008, "Wrong alignment on UMiniCraftingIngredientList_C");
|
|
static_assert(sizeof(UMiniCraftingIngredientList_C) == 0x0002C8, "Wrong size on UMiniCraftingIngredientList_C");
|
|
static_assert(offsetof(UMiniCraftingIngredientList_C, UberGraphFrame) == 0x0002B8, "Member 'UMiniCraftingIngredientList_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(UMiniCraftingIngredientList_C, EntriesWrapBox) == 0x0002C0, "Member 'UMiniCraftingIngredientList_C::EntriesWrapBox' has a wrong offset!");
|
|
|
|
}
|
|
|