Hello,
I wanted to knwo what is the best way to use both Blueprints and C++ in my projet.
Should I create a Blueprint projet or a C++ to start ?
Thanks
Hello,
I wanted to knwo what is the best way to use both Blueprints and C++ in my projet.
Should I create a Blueprint projet or a C++ to start ?
Thanks
Even if you only use blueprints, always create a C++ project. Even if it only contains a single skeleton class (like an abstract game mode that doesn’t do anything). It’s no problem to add blueprints to a C++ project, but converting a blueprint only project to a C++ one later on can be a bit of a pain.
Thanks a lot ! That is the answer I was searching for