Converting Blueprint Project to C++ Project

I wanted to ask if there is any simple method where i can convert my whole blueprint ue5 project to c++ project . There are lot of blueprints and i lost count of them so i was wondering if i can convert all blueprints directly to c++ .
I also wanted to know what if after i convert my project to c++, and then delete my blueprint , will it still work the way it should be?

There is no automatic conversion from blueprint to c++. You need to do it by hand.

If you double click a blueprint it will most of the time open up the c++ source for that command, so you can track down specific portions of code.