Programmer beginner

hi!
I’m a total beginner to unreal and programming in general … i know 0 coding language. i thought i would start with programming. so what do you recommend for a beginner like me and what language should i start with? i’m thinking c++ because it would help me with unreal :slight_smile:
thank you.

If you have 0 coding knowlage then Maybe try doing some simple non-Unreal C++ programs first to learn the basics, here some site… but you can use any other C++ tutorial

http://www.learncpp.com/

Keep in mind while learning that UE4 has it own core APIs, don’t get use to functions and types you be using there, you will need to relearn them when you start coding in UE4. Also classes are used diffrently in UE4, aspecially constructors in UObjects

I also recomand you to try using blueprint first too, to learn how engine works, blueprints gives you more stright forward features that will let you learn about engine framework

Japanese Translation