Add Unreal Engine SDK

This commit is contained in:
2025-10-29 19:20:10 +01:00
parent 88b9b84ac0
commit 61a29c3520
46 changed files with 488173 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: FieldNotification
#include "Basic.hpp"
namespace SDK
{
// ScriptStruct FieldNotification.FieldNotificationId
// 0x0008 (0x0008 - 0x0000)
struct FFieldNotificationId final
{
public:
class FName FieldName; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FFieldNotificationId;
}