Add Unreal Engine SDK

This commit is contained in:
2026-03-12 15:00:32 +01:00
parent 4102983f2c
commit 331aaf1217
160 changed files with 324232 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: E_RotationMode
#include "Basic.hpp"
namespace SDK
{
// UserDefinedEnum E_RotationMode.E_RotationMode
// NumValues: 0x0004
enum class E_RotationMode : uint8
{
NewEnumerator0 = 0,
NewEnumerator1 = 1,
NewEnumerator3 = 2,
E_MAX = 3,
};
}