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