Add Unreal Engine SDK

This commit is contained in:
2025-11-26 19:48:45 +01:00
parent 383dd0dd64
commit 0d57ee148a
40 changed files with 248770 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
#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()
{
return StaticClassImpl<"InputCoreTypes">();
}
static class UInputCoreTypes* GetDefaultObj()
{
return GetDefaultObjImpl<UInputCoreTypes>();
}
};
static_assert(alignof(UInputCoreTypes) == 0x000008, "Wrong alignment on UInputCoreTypes");
static_assert(sizeof(UInputCoreTypes) == 0x000028, "Wrong size on UInputCoreTypes");
}