0
What type of code does the Unreal Engine use?
What type of code does the Unreal Engine use? I’m thinking of making a game in it.
3 ответов
+ 4
Unreal Engine primarily uses C++ for its scripting, so I would recommend checking out the course for it here on Sololearn before moving to UE. However, as scripting may be a little different from coding straight from C++ (you would need to be able to access different assets and manipulate them), you would also need to learn a bit more about scripting with C++ on UE outside of Sololearn. I would recommend checking out the documentation provided on the Unreal Engine website - https://docs.unrealengine.com/en-us/ - and maybe look for more tutorials and such on YouTube or online.
Hope this helped! d:
+ 5
Do you mean the language? In that case Unreal Engine uses C++, as far as I know.
+ 3
C++. But you could also use blueprints!