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