Add Unreal Engine SDK

This commit is contained in:
2025-11-26 19:46:56 +01:00
parent 3b17669bea
commit 4f6f1741d7
29 changed files with 207808 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");
}