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