How to learn C++ For Unreal?

I know this is probably asked a lot but I can’t find any specific threads for C++. If anyone can tell me exactly how they learned C++/direct me to places to learn Unreal C++/other threads which ask this question (because I’m having a lot of trouble finding them) it would be appreciated.

Thanks!

I think a mod will show up here soon, with links and stuff :wink:
There’s youtube channel, C++ docs, tutorials, wiki articles, sample projects and so on…

What I would like is a YouTube series on making a whole game with C++ but unfortunately the two that I found were out of date

This happens a lot. While it’s easy to update a wiki, it’s difficult to go back and fix up a youtube tutorial, but youtube videos tend to have a lot more explanation of what’s going on and why something is done that way. Unfortunately it’s a tough grind but easily done in smaller steps.

Hey Chickenator-

Here is a tutorial series for setting up a small project with code. A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums

This series can help teach how to setup/use custom classes in your projects.

Cheers

Thanks! Is this an update to this tutorial series?