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