Will blueprints be enough for 3D sidescroller game ? Performance wise

Blueprints shouldn’t be an issue for that at all. They’ve made them faster than they were before and you really have to be doing an absolute ton of stuff at once to really notice the difference. If it gets bad you can always use the new feature to nativize your blueprints to C++ without actually having to write the C++.