Add Unreal Engine SDK for Little Nightmare III

This commit is contained in:
2025-10-09 22:35:29 +02:00
parent a7cb103729
commit 384379ead4
29 changed files with 326936 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: DeveloperSettings
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
namespace SDK
{
// Class DeveloperSettings.DeveloperSettings
// 0x0010 (0x0038 - 0x0028)
class UDeveloperSettings : public UObject
{
public:
uint8 Pad_28[0x10]; // 0x0028(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("DeveloperSettings")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"DeveloperSettings")
}
static class UDeveloperSettings* GetDefaultObj()
{
return GetDefaultObjImpl<UDeveloperSettings>();
}
};
DUMPER7_ASSERTS_UDeveloperSettings;
}