Where Can i Learn C++ To Make Games With Unreal Engine?

Hi, I was wondering which web site, or book, would be best to learn the C++ skills I need for Unreal Engine? I have basic programming skill with Javascript and C#, like variables, functions, IF, and some more. Thanks in advance!

Well, the problem with tutorials for C++ in UE4 is that with each engine update, lots of C++ code changes, though there is 1 book that comes to mind: http://www.amazon.com/Learning-C-Creating-Games-UE4/dp/1784396575 Just know that people have said that this book is outdated.

Go for Blueprint Programming.
You will never regret doing so,

My background experience is of C# and I’m amused by the things you can accomplish with a clean visual logic over code.