Add Unreal Engine SDK

This commit is contained in:
2026-03-09 20:56:14 +01:00
parent c1a5bbbda5
commit d95bdaa64a
83 changed files with 500807 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: DeveloperSettings
#include "Basic.hpp"
namespace SDK
{
// ScriptStruct DeveloperSettings.PerPlatformSettings
// 0x0010 (0x0010 - 0x0000)
struct FPerPlatformSettings final
{
public:
TArray<class UPlatformSettings*> Settings; // 0x0000(0x0010)(Edit, ExportObject, EditFixedSize, ZeroConstructor, Transient, ContainsInstancedReference, UObjectWrapper, NativeAccessSpecifierPrivate, TObjectPtr)
};
DUMPER7_ASSERTS_FPerPlatformSettings;
// ScriptStruct DeveloperSettings.PlatformSettingsInstances
// 0x0058 (0x0058 - 0x0000)
struct FPlatformSettingsInstances final
{
public:
class UPlatformSettings* PlatformInstance; // 0x0000(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic, TObjectPtr)
TMap<class FName, class UPlatformSettings*> OtherPlatforms; // 0x0008(0x0050)(Transient, UObjectWrapper, NativeAccessSpecifierPublic, TObjectPtr)
};
DUMPER7_ASSERTS_FPlatformSettingsInstances;
}