hi guys
in unity3d game engine for all event we must use script because unity have not tool for visual scripting but ue4 have blue print . i want to know must i use and learn c++ for create a game in ue4 ?? i want to create different
game for mobile like fps game or rally i can create this games in unity but programming is very hard for me
If I’m understanding you correctly, you want to use blueprints to create a game and without using C++ at all? If so, then yes. You can make a game using only blueprints. You’ll just want to be careful not to go overboard. I think most people will probably fall somewhere in the middle with lots of blueprints while allowing C++ to handle any heavy calculations that could hamper performance. I’m no expert with blueprints or C++, so I can’t really say where the line would be, but I’ve seen a few projects floating around that are all blueprints and still quite complex.
Hope that helps.
Currently User Interface (Slate) stuff still requires C++, so you can go far with blueprints, and getting the fundamentals down (Gameplay Ai Etc…), but to release a game to the public you will probably find it difficult not to use C++.
thanks
i can programming with c++ and qt but that is not for game . my english is so bad and i can use qt c++ and create a software but unreal script (in ue3 ) is hard for me . is ue 4 c++ hard like uscript ??
If you handle c++ and blueprints, i think you should find yourself in it. If you know blueprints you should already know basic UE4 APIs, you already know C++ syntax, so you should be ok
Also use comments insted of posting anwsers to your own quastion