mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
1.1 KiB
C++
38 lines
1.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: ChallengeBundleCategoryHeaderBackground_Vortex
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "UMG_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// WidgetBlueprintGeneratedClass ChallengeBundleCategoryHeaderBackground_Vortex.ChallengeBundleCategoryHeaderBackground_Vortex_C
|
|
// 0x0000 (0x0230 - 0x0230)
|
|
class UChallengeBundleCategoryHeaderBackground_Vortex_C final : public UUserWidget
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"ChallengeBundleCategoryHeaderBackground_Vortex_C">();
|
|
}
|
|
static class UChallengeBundleCategoryHeaderBackground_Vortex_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UChallengeBundleCategoryHeaderBackground_Vortex_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(UChallengeBundleCategoryHeaderBackground_Vortex_C) == 0x000008, "Wrong alignment on UChallengeBundleCategoryHeaderBackground_Vortex_C");
|
|
static_assert(sizeof(UChallengeBundleCategoryHeaderBackground_Vortex_C) == 0x000230, "Wrong size on UChallengeBundleCategoryHeaderBackground_Vortex_C");
|
|
|
|
}
|
|
|