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