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