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