mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
949 B
C++
38 lines
949 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: BorderMinusShellTopBarMinusLeftSide
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CommonUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass Border-ShellTopBar-LeftSide.Border-ShellTopBar-LeftSide_C
|
|
// 0x0000 (0x00B0 - 0x00B0)
|
|
class UBorderMinusShellTopBarMinusLeftSide_C final : public UCommonBorderStyle
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"Border-ShellTopBar-LeftSide_C">();
|
|
}
|
|
static class UBorderMinusShellTopBarMinusLeftSide_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UBorderMinusShellTopBarMinusLeftSide_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UBorderMinusShellTopBarMinusLeftSide_C) == 0x000008, "Wrong alignment on UBorderMinusShellTopBarMinusLeftSide_C");
|
|
static_assert(sizeof(UBorderMinusShellTopBarMinusLeftSide_C) == 0x0000B0, "Wrong size on UBorderMinusShellTopBarMinusLeftSide_C");
|
|
|
|
}
|
|
|