Files
UnrealEvent/Aeon-740/SDK/CMS_ML_TopImageWidget_classes.hpp
2024-10-18 01:01:36 +01:00

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");
}