mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
38 lines
752 B
C++
38 lines
752 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PBWA_BG_Windows
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass PBWA_BG_Windows.PBWA_BG_Windows_C
|
|
// 0x0000 (0x0CE8 - 0x0CE8)
|
|
class APBWA_BG_Windows_C final : public ABuildingWall
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"PBWA_BG_Windows_C">();
|
|
}
|
|
static class APBWA_BG_Windows_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<APBWA_BG_Windows_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(APBWA_BG_Windows_C) == 0x000008, "Wrong alignment on APBWA_BG_Windows_C");
|
|
static_assert(sizeof(APBWA_BG_Windows_C) == 0x000CE8, "Wrong size on APBWA_BG_Windows_C");
|
|
|
|
}
|
|
|