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

38 lines
971 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: TextStyle_Button_Feature_L_Disabled
#include "Basic.hpp"
#include "CommonUI_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass TextStyle_Button_Feature_L_Disabled.TextStyle_Button_Feature_L_Disabled_C
// 0x0000 (0x0148 - 0x0148)
class UTextStyle_Button_Feature_L_Disabled_C final : public UCommonTextStyle
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"TextStyle_Button_Feature_L_Disabled_C">();
}
static class UTextStyle_Button_Feature_L_Disabled_C* GetDefaultObj()
{
return GetDefaultObjImpl<UTextStyle_Button_Feature_L_Disabled_C>();
}
};
static_assert(alignof(UTextStyle_Button_Feature_L_Disabled_C) == 0x000008, "Wrong alignment on UTextStyle_Button_Feature_L_Disabled_C");
static_assert(sizeof(UTextStyle_Button_Feature_L_Disabled_C) == 0x000148, "Wrong size on UTextStyle_Button_Feature_L_Disabled_C");
}