What type of code does the Unreal Engine use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

26th Apr 2018, 1:27 AM
Fin
3 Answers
+ 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:
26th Apr 2018, 1:36 AM
Faisal
Faisal - avatar
+ 5
Do you mean the language? In that case Unreal Engine uses C++, as far as I know.
26th Apr 2018, 1:39 AM
Mickel
Mickel - avatar
+ 3
C++. But you could also use blueprints!
26th Apr 2018, 2:44 AM
qwerty
qwerty - avatar