Enum ENeuralProfileRuntimeType Path C++ Link /Script/Engine.ENeuralProfileRuntimeType underlying uint8 /Script/Engine Values 3 NameValueHex NNERuntimeORTDml00x00NNERuntimeRDGHlsl10x01MAX20x02 Used by 1types with a member, parameter or interface of this type FNeuralProfileStruct // /Script/Engine.ENeuralProfileRuntimeType enum class ENeuralProfileRuntimeType : uint8 { NNERuntimeORTDml = 0, NNERuntimeRDGHlsl = 1, MAX = 2, };