mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 11:43:28 +00:00
40 lines
891 B
C++
40 lines
891 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ButtonStyle_RatingWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteUI_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass ButtonStyle-RatingWidget.ButtonStyle-RatingWidget_C
|
|
// 0x0000 (0x15DC - 0x15DC)
|
|
class UButtonStyle_RatingWidget_C : public UFortButtonStyle
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"ButtonStyle-RatingWidget_C">();
|
|
}
|
|
static class UButtonStyle_RatingWidget_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UButtonStyle_RatingWidget_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UButtonStyle_RatingWidget_C) == 0x000004, "Wrong alignment on UButtonStyle_RatingWidget_C");
|
|
static_assert(sizeof(UButtonStyle_RatingWidget_C) == 0x0015DC, "Wrong size on UButtonStyle_RatingWidget_C");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|