Add project

This commit is contained in:
2025-10-23 18:16:45 +02:00
parent a412985275
commit 2481504f99
57 changed files with 0 additions and 516672 deletions

View File

@@ -1,37 +0,0 @@
#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)
};
DUMPER7_ASSERTS_FPerPlatformSettings;
// ScriptStruct DeveloperSettings.PlatformSettingsInstances
// 0x0058 (0x0058 - 0x0000)
struct FPlatformSettingsInstances final
{
public:
class UPlatformSettings* PlatformInstance; // 0x0000(0x0008)(ZeroConstructor, Transient, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPublic)
TMap<class FName, class UPlatformSettings*> OtherPlatforms; // 0x0008(0x0050)(Transient, UObjectWrapper, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FPlatformSettingsInstances;
}