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