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_M1_Archway
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass PBWA_M1_Archway.PBWA_M1_Archway_C
|
|
// 0x0000 (0x0CE8 - 0x0CE8)
|
|
class APBWA_M1_Archway_C final : public ABuildingWall
|
|
{
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"PBWA_M1_Archway_C">();
|
|
}
|
|
static class APBWA_M1_Archway_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<APBWA_M1_Archway_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(APBWA_M1_Archway_C) == 0x000008, "Wrong alignment on APBWA_M1_Archway_C");
|
|
static_assert(sizeof(APBWA_M1_Archway_C) == 0x000CE8, "Wrong size on APBWA_M1_Archway_C");
|
|
|
|
}
|
|
|