34 lines
718 B
C++
34 lines
718 B
C++
#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,
|
|
};
|
|
|
|
}
|
|
|