Basic question: What is VS actually compiling when creating blueprints?

So as far as I can see it it’s compiling a dll file. Does this file contain all custom blueprints which are the dynamically linked into the editor binaries?

Afaik creating a blueprint is also creating some kind of subclass of the base actor class. So there is compilation I think