Building Games with C++ book?

Are there any books out there that are for intermediate c++ programmers about building games with unreal engine 4? It seems that most of the stuff regarding UE4 are all blueprint based and not so much C++…

There is this book but sadly it is now outdated.
https://www.packtpub.com/game-development/learning-c-creating-games-ue4
If you want to learn on how to build games in UE4 using C++ you’'ll have to read source code. Epic has several examples available through the launcher. There are several other projects available through GitHub you could learn from as well.
I hope you’ll find this useful.

  • Michael

Thanks for your answer…I wish there was a way I could be able to read the UE4 API…:frowning: