UE4 c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

UE4 c++

Are there any good tutorials on using the unreal engine using c++..? Some of them are quite old, or the new ones don’t seem to have very good quality.. Also, when u use c++ on ue4, can u mix it with blueprint?

13th Jan 2018, 9:58 AM
Davis Kil
Davis Kil - avatar
2 Answers
0
well this one helped me a lot: https://wiki.unrealengine.com/First_Person_Shooter_C%2B%2B_Tutorial#Overview usualy just because theyre old does not mean it wont work, it might need some work around but it helps understand what you need and yes, you can mix cpp with blueprint, if im not mistaken youll should be able to find the tutorial on the website linked above, if not i know there are several good videos on youtube
13th Jan 2018, 10:43 AM
capsloth
capsloth - avatar
0
there is a really good book on amazon which teaching you C++ and UE4 API. https://www.amazon.com/gp/aw/d/1784396575/ref=mp_s_a_1_1?ie=UTF8&qid=1515854500&sr=8-1-spons&pi=AC_SX236_SY340_FMwebp_QL65&keywords=ue4+c%2B%2B&psc=1 The book is covering STL, and the basics of C++. Variables, functions, and classes. it won't teach inheritance, key specifier, etc...
13th Jan 2018, 2:41 PM
Cain Eviatar
Cain Eviatar - avatar