Actually the blueprint asset doesn’t represent its class; it has serialized code which builds up the class when loaded.
If you have MyBlueprintClass blueprint, the class it contains is by default same name and stored inside the asset, named then something like ‘MyBlueprintClass.MyBlueprintClass_C’, the real raw class name.