Enum EDBufferTextureId Path C++ Link /Script/Engine.EDBufferTextureId underlying uint8 /Script/Engine Values 4 NameValueHex DBT_A00x00DBT_B10x01DBT_C20x02DBT_MAX30x03 Used by 1types with a member, parameter or interface of this type UMaterialExpressionDBufferTexture // /Script/Engine.EDBufferTextureId enum class EDBufferTextureId : uint8 { DBT_A = 0, DBT_B = 1, DBT_C = 2, DBT_MAX = 3, };