Best Beginner Friendly C++ Game Development Tutorial For Unreal?

Hello, I am new in Unreal 5 and I am switching from Unity to Unreal. However, as I have some programming knowledge, I want to switch to C++ instead of Unity.
The official tutorials are very good, but mostly they are Blueprint based.

I haven’t been able to find C++ based game development tutorials for absolute beginners.

Can somebody provide me 1 or 2 links for a beginner like me? I prefer official video tutorials over third party tutorials.

Thanks in advance

I would suggest you take a look at the advice given in the below post, which is also a Unity dev looking to learn C++.

As for learning C++:

Marcos Romero created a series of tutorials aimed at beginners. He has worked with Epic Games to create educational materials and so these are more than tutorials by a random third party.

Unreal Docs, in case you haven’t seen these.

Hope this helps

1 Like

I think this is a good balance between beginner friendliness but also not avoiding important fundamentals:
Unreal 5.0 C++ Developer: Learn C++ and Make Video Games | GameDev.tv

this is pretty good academic overview for c++ as well:
Learn C++ for Game Development | Udemy

i think the author of the second one is not necessarily a highly experienced game dev so maybe some super elite game dev programmers might take issue, but it seems to suffice as a good introductory course and is more thorough than anything else I’ve found