Is it possible to convert MD5 on blueprint?

By MD5, do you mean the old-school Id Tech engine animated character file format, or do you mean the old-school cryptographic checksum format?

For the character mesh format, there’s no way to parse that data and build a dynamic skinned mesh using only blueprints – you’ll have to write some C++ to make that work.