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