mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-03 11:33:31 +00:00
44 lines
1.1 KiB
C++
44 lines
1.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CollectResource
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "UMG_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass CollectResource.CollectResource_C
|
|
// 0x0004 (0x01BC - 0x01B8)
|
|
class UCollectResource_C final : public UUserWidget
|
|
{
|
|
public:
|
|
class UNativeWidgetHost* Host; // 0x01B8(0x0004)(BlueprintVisible, ZeroConstructor, Transient, IsPlainOldData, RepSkip, NoDestructor)
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"CollectResource_C">();
|
|
}
|
|
static class UCollectResource_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCollectResource_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UCollectResource_C) == 0x000004, "Wrong alignment on UCollectResource_C");
|
|
static_assert(sizeof(UCollectResource_C) == 0x0001BC, "Wrong size on UCollectResource_C");
|
|
static_assert(offsetof(UCollectResource_C, Host) == 0x0001B8, "Member 'UCollectResource_C::Host' has a wrong offset!");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|