Add Unreal Engine SDK

This commit is contained in:
2026-04-10 00:22:19 +02:00
parent a517553788
commit a2d139ba76
61 changed files with 304765 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: Renderer
#include "Basic.hpp"
namespace SDK
{
// Enum Renderer.ESparseVolumeTexturePreviewAttribute
// NumValues: 0x0009
enum class ESparseVolumeTexturePreviewAttribute : uint8
{
ESVTPA_AttributesA_R = 0,
ESVTPA_AttributesA_G = 1,
ESVTPA_AttributesA_B = 2,
ESVTPA_AttributesA_A = 3,
ESVTPA_AttributesB_R = 4,
ESVTPA_AttributesB_G = 5,
ESVTPA_AttributesB_B = 6,
ESVTPA_AttributesB_A = 7,
ESVTPA_MAX = 8,
};
}