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

38 lines
916 B
C++

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