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

38 lines
808 B
C++

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