Convert blueprints project to C++

Hi, I just made a simple project with blueprints, and I want to convert into C++ projects.

I want to maintain my blueprint functions after converting into C++. Is there any solutions that I can convert?

Just add C++ class from the editor, and you will be able to use C++ normally. Your whole Blueprint functionality will still be there.