Is it possible to use Blueprints instead of C++ for everything?

Hey.
Is it really possible to create everything in blueprints if i want to? Or are there allways some things u need c++ for?

This has been asked in a lot of places.

Yes, you can do almost everything in Blueprints that you could do in C++ game-play programming. The few missing features with Networking are said to be added later.

To modifying engine code, you’ll need C++. That is not necessary for many games.