Files
UnrealEvent/Aeon-740/SDK/S_Water_Shallow_2x5_classes.hpp
2024-10-18 01:01:36 +01:00

38 lines
824 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: S_Water_Shallow_2x5
#include "Basic.hpp"
#include "_WaterMeshBlueprintMaster_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass S_Water_Shallow_2x5.S_Water_Shallow_2x5_C
// 0x0000 (0x03F8 - 0x03F8)
class AS_Water_Shallow_2x5_C final : public A_WaterMeshBlueprintMaster_C
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"S_Water_Shallow_2x5_C">();
}
static class AS_Water_Shallow_2x5_C* GetDefaultObj()
{
return GetDefaultObjImpl<AS_Water_Shallow_2x5_C>();
}
};
static_assert(alignof(AS_Water_Shallow_2x5_C) == 0x000008, "Wrong alignment on AS_Water_Shallow_2x5_C");
static_assert(sizeof(AS_Water_Shallow_2x5_C) == 0x0003F8, "Wrong size on AS_Water_Shallow_2x5_C");
}