Why two versions of enum types for blackboards?

It was added, because class viewer widget was having problems with displaying a list of all enums created in native code & assets. However, it wasn’t a good decision and caused more confusion (and weird code paths) than it helped. NativeEnum keys are made deprecated in 4.8 release and all existing ones will be converted to Enum type automatically.