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