Good place for UE4 C++ tutorials?

I’m fairly new to UE4 but experienced in C++ programming. I’m looking for some basic tutorials along these lines:

  • how to implement a hud
  • how to make a npc that the player can interact with
  • how to make a dialogue tree and have it appear on that hud
  • basic questing system

Everywhere I go, everyone uses exclusively blueprints. Does anyone have a recommendation of a website, youtube channel, etc for good UE4 C++ tutorials?

Thanks in advance!

At first it might seems that there is not much, but with a google search you can actually find a lot of tutorials for C++.

Here some that I found over the internet:

FROM EPIC GAMES:

  1. C++ Programming Tutorials | Unreal Engine Documentation
  2. Epic Games
  3. Epic Games

FREE:

  1. Intro to Unreal Engine C++ Tutorial - YouTube
  2. Learn Unreal Engine (with C++) - Full Course for Beginners - YouTube
  3. https://unrealcpp.com/

PAID:

  1. Learning C++ by Building Games with Unreal Engine 4: A beginner's guide to learning 3D game development with C++ and UE4, 2nd Edition [Lingua inglese] : Volin, Sharan: Amazon.it: Libri
  2. https://www.udemy.com/course/unrealengine-cpp/?couponCode=YT14PR
  3. Hands-On Artificial Intelligence with Unreal Engine | Packt

Of course there is so much more that I cannot all post here. If you need something more specific, please let me know, and I can find you some more specific resource.

Wow, thanks! Is there somewhere you’d recommend for the things in the original question? I’m making a third-person, turn-based RPG game so the quest system is really the most important thing I need to get working.