Is it okay to convert blueprints to C++?

I am trying to use a plug-in requiring C++ however I made everything using blueprints. Is it okay to convert my project to C++? am I still going to have the option to use Blueprints? Do I have to worry about anything to be lost or not working?

Hope someone can guide me on this as I have not used C++ before but I need it for this plug-in.

You can do that and you’ll be able to use blueprints.
But I suggest making a backup first.

  • Take backup
  • Convert to C++.
  • Do awesome things in C++.

Thanks guys for the replies,
I am going to take a backup now and test things out. hopfully everything will work as I made them.