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