Hey, I have coded a lot in blueprints but I don’t really know how to start going about learning c++. I haven’t really been ably to find a good tutorial either. What I really wanted to find is something that would show you how to make a simple game or something sort of complete so i could see how it works together. If anyone could point me in the right direction that would be much appreciated!
If you already know C++ and want to learn about the Engine’s Framework:
https://docs.unrealengine.com/en-US/Programming
Epic has some quickstart tutorials on YT
https://www.youtube.com/watch?v=mSRo…MsgJqnEB_dGiM4
Also a livestreamhttps://youtube.com/watch?v=2ToUvURP4tE
If you dive deeper in YT you can find some other users made tutorials to help you.
Udemy has some UE C++ courses, too
https://www.udemy.com/unrealcourse/
https://www.udemy.com/unrealengine-cpp/
You can, also, try learning from example projects inside the Epic Launcher, under the Community tab, you will find nice example projects to learn c++ and some advanced stuff also.
If you are a novice in c++ or coding, you have the option to dive into unreal engine c++ and try to learn by associating Blueprint nodes into c++ functions, if you are very familiar with Blueprints, but I would recommend you to read a basic c++ book like “C++ Primer Plus” while following any of the paths suggested.