I'm only 20 minutes in and you're explaining things a lot better than most 'tutorials'. I know standard C++ but didn't know where to start with UE4 cause the libraries are huge. You actually go out of your way to explain things and why you put things there, like UPROPERTY, every other tutorial I watch is like "We're just gonna slap this here and yeah"
Finally, a tutorial for those of us who know C++. It's so frustrating that every other tutorial assumes you're completely new to C++ and therefore explains nothing of actual value. I love this.
This is probably the best explanation for beginner C++ in UE4. This goes over everything I was wondering about without having to google 40million times to find an answer! Thank you.
Having looked up and watched multiple tutorials, on UA-cam and Udemy, this is by far the best C++ tutorial for Unreal Engine out there!! Great presentation, crisp and clear! Your slides are informative, and so is your delivery. Great Job!!
I’m using Unreal Engine for 6 years and never touched cpp, just watched your tutorial and you are amazing at making things understandable! Thank you for taking your time and helping others.
Your explanation is much better then explanations from my teachers i am enrolled on software development must say your tutorials are a best easy to understand thanks a lot👌
Dude, this video is awesome. Just what I was looking for. I was actually considering making a video just like this once I learn and then I found this. Starting my first Unreal Engine project and didn't really know where to start with C++ in UE. Hopefully I can find a video that goes over commonly used functions to really get me started.
Very good work. At the half of the video and I am very satisfied with how you explain things, much better than many paid courses that I purchased and Unreal's courses
👌 Wow I mean one of the best tutorials I've ever seen, keep up the good work 👏 and please add more cpp tutorials, these kind of tutorials are as rare as Dimond!!
Thanks! I'm glad you're finding it helpful. Not a lot of people are willing to take the plunge into C++ but it's nice to know this video at least helped a few people haha
about the intellisense, just use visual assist, it has support for UE, it parses the project one time after creation and after it, its like magic and it has better colors too
UE5: If you go to Edit->Editor Preferences->(write Recompile in the filter). There you can add a hotkey to the Live C++ Coding.(Same as the button for it at bottom right corner of UE5). BUT for it to work you need to SAVE the Visual Studios C++ document, CTRL+S, prior to pressing the button. With this hotkey you can Recompile even if you are in a blueprint doing stuff etc.
Sub from me, well designed/thought out tutorials, I've been coding for years and just decided to learn C++ (pretty much done everything else) - having worked in Unity I needed exactly this kinda tutorial just to explain how to put it all together in UE5!
Amazing insight about one directional seeing.. Curious if you think this still applies in 2023 / uenow.i love c++ but I also want to make a game efficiently...
Please include cpp physics tutorial as well. If you could start with basic such as gravity and work up to object destructions, that would be fantastic. I think the majority of us struggle to get things right. I wish you were my teacher. Cheers👌👍👍 Ps Its posibble to hire you as my private tutor?
damn c++ is hard also thank you for explaining other tutorials just put thing in and dont explain how to setup stuff and wtf is float, blueprint stuff and whats going on. thank you
Use blueprint completely If you just seeking ease, why do you use C++ then? I think when we use blueprint in game development makes the game less performance (Will lose a lot of performance). People who seek to use C++ give the priority to performance more than ease.
There appears to be a bug in the latest version that makes it impossible to see the inherited variables or functions. None of the online solutions worked either.
I'm only 20 minutes in and you're explaining things a lot better than most 'tutorials'. I know standard C++ but didn't know where to start with UE4 cause the libraries are huge. You actually go out of your way to explain things and why you put things there, like UPROPERTY, every other tutorial I watch is like "We're just gonna slap this here and yeah"
if this is true then thank god ive now found my teacher
I absolutely agree with this! Thank you for explaining things step by step.
I swear you're a wonderful and best teacher I've ever seen in c++ UE
Finally, a tutorial for those of us who know C++. It's so frustrating that every other tutorial assumes you're completely new to C++ and therefore explains nothing of actual value. I love this.
This is probably the best explanation for beginner C++ in UE4. This goes over everything I was wondering about without having to google 40million times to find an answer! Thank you.
It always amazes me how better free youtube tutorials are comparing to paid Udemy courses
My God, I searched for more than a dozen teachers, but I can't understand ~ I only understand what you teach, I seriously say that you are a genius
Having looked up and watched multiple tutorials, on UA-cam and Udemy, this is by far the best C++ tutorial for Unreal Engine out there!!
Great presentation, crisp and clear! Your slides are informative, and so is your delivery.
Great Job!!
The most efficient and straight to the point UE/C++ tutorial without wasting my time. Really good job pulling this off!
I’m using Unreal Engine for 6 years and never touched cpp, just watched your tutorial and you are amazing at making things understandable! Thank you for taking your time and helping others.
Your explanation is much better then explanations from my teachers i am enrolled on software development must say your tutorials are a best easy to understand thanks a lot👌
I decided to start learning C++ for ue4 and this is great, thanks!
As others have said, yours is the only tutorial I've found that explains WHY things are done the way they are. Thank you!
Best C++ UE tutorial out there. Thanks
(you would get more views if you edited it down, just remove the speech pauses. The content is gold)
Thank goodness. A tutorial that explains the actual concepts of UE4 C++!
Subscribed because everyone in the comments said you explain everything and mainly because I kept seeing subscribed.
I had some experience with C++ before, but it was hard to get into how it works with Unreal Engine. Thanks for your vids, it is really helpful!
No problem! Glad it could help :)
Dude, this video is awesome. Just what I was looking for. I was actually considering making a video just like this once I learn and then I found this. Starting my first Unreal Engine project and didn't really know where to start with C++ in UE. Hopefully I can find a video that goes over commonly used functions to really get me started.
Very good work. At the half of the video and I am very satisfied with how you explain things, much better than many paid courses that I purchased and Unreal's courses
Thank you so much for this explanation. Just perfect for someone how already know c++ fundamentals.
👌 Wow I mean one of the best tutorials I've ever seen, keep up the good work 👏 and please add more cpp tutorials, these kind of tutorials are as rare as Dimond!!
I had to stop in the middle of video to go Patreon and give u money. This is so good :O
Haha thanks, I appreciate the support! Glad you found it helpful.
@@ReidsChannel hehe all ur tutorials are great ^___^ I'm finishing them one by one at about 1 per day
Your a good teacher, im just started codeing learning
Thank you :)
How are you doing after 1 year? If you dont mind me asking.
i have an art background and been watching this half way and ur explanation is very understandable so far. ty so much u seem to be a great teacher
Thanks! I'm glad you're finding it helpful. Not a lot of people are willing to take the plunge into C++ but it's nice to know this video at least helped a few people haha
@@ReidsChannel please make more tuts about ue c++
about the intellisense, just use visual assist, it has support for UE, it parses the project one time after creation and after it, its like magic and it has better colors too
I am so happy I found this tut
Clear and understandable, best tutorials I've found so far, good job man.
UE5: If you go to Edit->Editor Preferences->(write Recompile in the filter). There you can add a hotkey to the Live C++ Coding.(Same as the button for it at bottom right corner of UE5). BUT for it to work you need to SAVE the Visual Studios C++ document, CTRL+S, prior to pressing the button. With this hotkey you can Recompile even if you are in a blueprint doing stuff etc.
Thanks for this tip. This wokres great in 5.1 fixed my problem while I got stuck following this tutorial. Great tutorial.
Good tutorial, Thank you!
This is soooooo underrated ,thank you very much
No problem, thank you :)
Fantastic tutorial!
I'm Glad I found this.
"That's Gold, Jerry! Gold!"
For UE5 to create a New C++ class it's now under Tools. Can no longer right click and is no longer under File.
Sub from me, well designed/thought out tutorials, I've been coding for years and just decided to learn C++ (pretty much done everything else) - having worked in Unity I needed exactly this kinda tutorial just to explain how to put it all together in UE5!
I hope you know how helpful this video is! I liked and subscribed
If you're in UE5 and stuck around the 20 min mark with getting health to show up, turn on live coding with ctrl alt f11 and it should update
Great tutorial :)
Sent you message on Discord, please if you get time reply :)
Great video thanks
Respect for u
18:15 "why didnt that work" lmao so relatable
Probably the reason that compile doesn't work is that you don't save changed files in VS.
I can only find my functions if I dont check the context sensitive button. And i cant find my get health function :(
Amazing insight about one directional seeing.. Curious if you think this still applies in 2023 / uenow.i love c++ but I also want to make a game efficiently...
Thanks yes it still all applies
Please include cpp physics tutorial as well. If you could start with basic such as gravity and work up to object destructions, that would be fantastic. I think the majority of us struggle to get things right. I wish you were my teacher.
Cheers👌👍👍
Ps
Its posibble to hire you as my private tutor?
damn c++ is hard also thank you for explaining other tutorials just put thing in and dont explain how to setup stuff and wtf is float, blueprint stuff and whats going on. thank you
Works better with JetBrains Rider.
Is there any point in a function to get Health when you can read it directly?
Now i am gonna do it...
could you send me the slide file? they would help me study better
Use blueprint completely If you just seeking ease, why do you use C++ then?
I think when we use blueprint in game development makes the game less performance (Will lose a lot of performance).
People who seek to use C++ give the priority to performance more than ease.
Could you make a Unreal Engine tutorial with c++ in 2d slide scrolling? Thanks!
Ill consider it :)
@@ReidsChannel Awesomw thanks!
I owe you a glass (or two).
There appears to be a bug in the latest version that makes it impossible to see the inherited variables or functions. None of the online solutions worked either.
Make sure the parent class is properly set. Blueprint view->Class settings-> details->Parent class
The "create a new c++ class" button wasnt there...
Yeah, it has been moved in newer version of unreal. Depending on which version you on it's either under File or (I think Tools) at the top.
31:30
Is it outdated?
No, it works even for 5.1. Compile code with shift+ctrl+alt+P in UE. Should work. I got it to work. Visual studio 2022.
fucking quality
Nobody teach c++ for unreal its all about engines
"Visual Studio" is not plural
1 disslike: Unity
I'm literally falling asleep watching this, get straight to the point please
32:15