I ran into problems right away with this tutorial series. Lots of errors coming up once I started the Pickup code. Judging by the video’s comments, I’m not the only one having trouble. I noticed there is a link for the 4.4 Source Code, but it is quite a hassle to open up this code and try to follow along with the videos at the same time. I think this could be solved (and may already haven’t been) if you make the source code readable online instead of having to download it, and open it up in VS. You could also use some “bubble messages” (don’t know what they are actually called) in the videos to make people aware of the problems as they arise.
As a side note, I don’t think copying and pasting code in during a tutorial is a great idea. Not only do we have to pause the video and type it all in, but for people new to C++, the opportunity to get better explination of what we are typing in is missed. For example, I generally know what “TSubobjectPtr<USphereComponent> BaseCollisionMesh” means as a whole, but I don’t know what each individual part is or it’s type.