Remove Unreal Engine SDK hpp and cpp. Add zipped file

This commit is contained in:
2026-02-05 15:02:10 +01:00
parent 56907bb313
commit 18067c9cef
45 changed files with 0 additions and 253199 deletions

View File

@@ -1,40 +0,0 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: InputCore
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
namespace SDK
{
// Class InputCore.InputCoreTypes
// 0x0000 (0x0028 - 0x0028)
class UInputCoreTypes final : public UObject
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("InputCoreTypes")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"InputCoreTypes")
}
static class UInputCoreTypes* GetDefaultObj()
{
return GetDefaultObjImpl<UInputCoreTypes>();
}
};
DUMPER7_ASSERTS_UInputCoreTypes;
}