mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
838 B
C++
38 lines
838 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: CMS_ML_TopImageWidget
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "EpicCMSUIFramework_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass CMS_ML_TopImageWidget.CMS_ML_TopImageWidget_C
|
|
// 0x0000 (0x0250 - 0x0250)
|
|
class UCMS_ML_TopImageWidget_C final : public UEpicCMSSimpleMessage
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"CMS_ML_TopImageWidget_C">();
|
|
}
|
|
static class UCMS_ML_TopImageWidget_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UCMS_ML_TopImageWidget_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UCMS_ML_TopImageWidget_C) == 0x000008, "Wrong alignment on UCMS_ML_TopImageWidget_C");
|
|
static_assert(sizeof(UCMS_ML_TopImageWidget_C) == 0x000250, "Wrong size on UCMS_ML_TopImageWidget_C");
|
|
|
|
}
|
|
|