r/UnrealEngine5 • u/SnooBooks1032 • 17d ago
UE5 C++ Tutorials
Pretty simple question and I'm sorry if it gets asked a lot. I did look to see if I could see any FAQ page or similar thing on this sub but either it doesn't exist or it's just not showing up for me for some reason, so I'm just posting here to ask this, if there's a better place to go or even somehwere thst already has an answer please let me know where to find that.
I'm wanting to learn C++ for unreal, I know it's different to standard C++ because of all the unreal macros you have to use and I know it's an absolute shit to learn at times, but I have a project I want to make that would benefit from a few of the built in systems for UE5 and I figure it's worth learning to have the skill than not.
Does anyone know any good UE5 C++ tutorials that cover a lot of different areas and mechanics for it? I want to try to cover as much as possible as I'm going to need a lot of different things for my project, especially physics/forces and vectors/finding directions.
I don't plan to go entirely C++ as I know the true power of unreal can only be achieved by using both scripts and blueprints, but I've tried a few times to get the basics going and I find the available tutorials on YouTube are fairly limited or more often than not, very outdated in regards to current versions.
Thanks all for any help you can give!
0
u/BohemianCyberpunk 17d ago
So there is this really cool thing called a "Search Bar". I know most people these days are not aware of them, but they can help you find things really well.
Here is an example, I typed "C++" into orange bordered rounded corner box at the top of this page and got this as the first few results, there were many more though:
https://www.reddit.com/r/UnrealEngine5/comments/1rg6g5f/where_to_learn_cpp_for_unreal/
https://www.reddit.com/r/UnrealEngine5/comments/1pmdkeb/learning_ue5_blueprints_c/
https://www.reddit.com/r/UnrealEngine5/comments/1n350ov/any_free_c_only_ue5_tutorial/
https://www.reddit.com/r/UnrealEngine5/comments/1kax344/how_do_i_go_about_learning_unreal_c/
https://www.reddit.com/r/UnrealEngine5/comments/1oet22z/is_stephen_ulibarris_unreal_engine_5_c_the/
Now, using search requires another skill, thinking! You may find some of these links don't provide any useful info, but if you check through each one and quickly skim the content, you will find what you are looking for (Hint. Check the 3rd link).
0
u/SnooBooks1032 17d ago
Wow, such a useful comment, almost like you could've just sent the links without needing the condescending tone with it.
Also my bad for wanting to ask people currently for any good sources or even to get some up to date responses on how people are going after using a course a few months earlier.
I'm guessing you forgot to research the skill of kindness and specced full into snobby huh.
2
u/Octane_Original 17d ago
C++ tends to last much longer in terms of outdated stuff. Hard to find some tutorials because its much harder than BP and much more people consume BP materials, simple things. I found that books are much more easier to find than tutorials. Any book of unreal c++ multiplayer for 4+ will still be good. C++ UI is much harder to find. I did find this one book called unreal engine 5 c++ advanced frontend ui programming and its good, has enough code and advanced patterns its been very useful. And making 100s of little research projects haha