Can I add C++ to a games base built on blueprints?

Haven’t done it myself, but read about this:

Is that helpfull?

Hello everyone. I created the base the game in blueprints, by that I mean main players and some important classes. If I add C++ at this stage will the game become corrupted? If anyone knows the answer please say something!

Absolutely. You can add C++ at any stage. Your project just becomes slightly bigger. To do so you can add a C++ class at any time, or right click the .uproject file and “generate…”

Thanks! I was unclear.