Enum ENeuralIndexType Path C++ Link /Script/Engine.ENeuralIndexType underlying uint8 /Script/Engine Values 3 NameValueHex NIT_TextureIndex00x00NIT_BufferIndex10x01NIT_MAX20x02 Used by 2types with a member, parameter or interface of this type UMaterialExpressionNeuralNetworkInputUMaterialExpressionNeuralNetworkOutput // /Script/Engine.ENeuralIndexType enum class ENeuralIndexType : uint8 { NIT_TextureIndex = 0, NIT_BufferIndex = 1, NIT_MAX = 2, };