Files
2024-10-18 01:01:36 +01:00

38 lines
649 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: Delete
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass Delete.Delete_C
// 0x0000 (0x0028 - 0x0028)
class IDelete_C final : public IInterface
{
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"Delete_C">();
}
static class IDelete_C* GetDefaultObj()
{
return GetDefaultObjImpl<IDelete_C>();
}
};
static_assert(alignof(IDelete_C) == 0x000008, "Wrong alignment on IDelete_C");
static_assert(sizeof(IDelete_C) == 0x000028, "Wrong size on IDelete_C");
}