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

38 lines
771 B
C++

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