Is there anything that they can’t do?
Hi!
Yes, you can build game with blueprint only. Did you mean this?
As svv3dUDN already mentioned, you can nearly do everything with them, but sometimes it’s better for the performance when you do it with C++. Make sure to take a look at this thread: https://answers.unrealengine/questions/13871/can-you-code-everything-in-blueprint.html There you can find many useful information
Thank you.
Blueprint does not have full access to UE4 code base and it too slow for intense ticking. Whatever you can do Blueprint only project depends on design you want to make
I never hit a wall with them. And all things I tried to achieve with C++; I found a replacement for it within the BP!
-m