Is it possible to have an online networked game using only BluePrints?

FPS/TPS game can be completely done in blueprints. Some specific things must be done in C++ (like some stuff in AnimBP), but only if need be.
Usually, you can make fully functional game in Blueprints only project.