Add Unreal Engine SDK

This commit is contained in:
2025-11-28 16:01:32 +01:00
parent 6803a6c5c6
commit 237f185e81
54 changed files with 405799 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: RenderCore
#include "Basic.hpp"
namespace SDK
{
// Enum RenderCore.EVTProducerPriority
// NumValues: 0x000A
enum class EVTProducerPriority : uint8
{
Lowest = 0,
Lower = 1,
Low = 2,
BelowNormal = 3,
Normal = 4,
AboveNormal = 5,
High = 6,
Highest = 7,
Count = 8,
EVTProducerPriority_MAX = 9,
};
// Enum RenderCore.EVTInvalidatePriority
// NumValues: 0x0004
enum class EVTInvalidatePriority : uint8
{
Normal = 0,
High = 1,
Count = 2,
EVTInvalidatePriority_MAX = 3,
};
}