Files
UnrealEvent/Aeon-740/SDK/BorderMinusSolidBGMinusStatItem_classes.hpp
2024-10-18 01:01:36 +01:00

38 lines
926 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: BorderMinusSolidBGMinusStatItem
#include "Basic.hpp"
#include "BorderMinusShellTopBar_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass Border-SolidBG-StatItem.Border-SolidBG-StatItem_C
// 0x0000 (0x00B0 - 0x00B0)
class UBorderMinusSolidBGMinusStatItem_C final : public UBorderMinusShellTopBar_C
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"Border-SolidBG-StatItem_C">();
}
static class UBorderMinusSolidBGMinusStatItem_C* GetDefaultObj()
{
return GetDefaultObjImpl<UBorderMinusSolidBGMinusStatItem_C>();
}
};
static_assert(alignof(UBorderMinusSolidBGMinusStatItem_C) == 0x000008, "Wrong alignment on UBorderMinusSolidBGMinusStatItem_C");
static_assert(sizeof(UBorderMinusSolidBGMinusStatItem_C) == 0x0000B0, "Wrong size on UBorderMinusSolidBGMinusStatItem_C");
}