mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
862 B
C++
38 lines
862 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ButtonStyleMinusSkew_Error
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CommonUI_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass ButtonStyle-Skew_Error.ButtonStyle-Skew_Error_C
|
|
// 0x0000 (0x0570 - 0x0570)
|
|
class UButtonStyleMinusSkew_Error_C final : public UCommonButtonStyle
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"ButtonStyle-Skew_Error_C">();
|
|
}
|
|
static class UButtonStyleMinusSkew_Error_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UButtonStyleMinusSkew_Error_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UButtonStyleMinusSkew_Error_C) == 0x000008, "Wrong alignment on UButtonStyleMinusSkew_Error_C");
|
|
static_assert(sizeof(UButtonStyleMinusSkew_Error_C) == 0x000570, "Wrong size on UButtonStyleMinusSkew_Error_C");
|
|
|
|
}
|
|
|