Enum ENeuralProfileFormat Path C++ Link /Script/Engine.ENeuralProfileFormat underlying uint8 /Script/Engine Values 3 NameValueHex Type3200x00Type1610x01ENeuralProfileFormat_MAX20x02 Used by 1types with a member, parameter or interface of this type FNeuralProfileStruct // /Script/Engine.ENeuralProfileFormat enum class ENeuralProfileFormat : uint8 { Type32 = 0, Type16 = 1, ENeuralProfileFormat_MAX = 2, };