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