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