Add chromatic aberrations. Improved ultrawide fix.

This commit is contained in:
2025-09-02 14:51:45 +02:00
parent bf54e6aacc
commit 8c8fce42cf
40 changed files with 257493 additions and 19 deletions

View File

@@ -0,0 +1,29 @@
#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)
};
static_assert(alignof(FFieldNotificationId) == 0x000004, "Wrong alignment on FFieldNotificationId");
static_assert(sizeof(FFieldNotificationId) == 0x000008, "Wrong size on FFieldNotificationId");
static_assert(offsetof(FFieldNotificationId, FieldName) == 0x000000, "Member 'FFieldNotificationId::FieldName' has a wrong offset!");
}