How to see output of blueprint compiler?

Is there a way to see the output of the blueprint compiler? That is can I view the C++ it is compiling blueprints into? Or is there some intermediate language it compiles into that I can look at?

The reason I ask is that sometimes I am confused by the compiler errors and sometimes there are compiler bugs. In both cases, seeing what the blueprint compiler is actually doing would be very helpful.

Thanks,
-X

It seems like it is compiled to a VM bytecode, here is the article giving an overview of blueprint compilation: Compiler Overview for Blueprints Visual Scripting in Unreal Engine | Unreal Engine Documentation

Thanks for the pointer. That looks great. I’ll check that out.

So, where is the compiled code stored? Thanks!