Add Unreal Engine SDK
This commit is contained in:
44
LostEmber/SDK/RenderCore_structs.hpp
Normal file
44
LostEmber/SDK/RenderCore_structs.hpp
Normal 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,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user