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

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");
}