Hello! I’ve been using UE4 for a while now, and that has been strictly blueprints. For some strange reason I feel compelled to start working with C++ as well. The issue is, however, that my C++ knowledge hasn’t really delved outside console applications XD You know, programs to help me calculate, text RPGs, you get it. I have basic C++ knowledge.
So I opened up one of the content examples and I can only understand about half of it.
Where do you people learn all this stuff? Seriously! I know there’s an API, but do you just know where to look for whatever it is you’re doing? It drives me nuts! I can manage fine using Blueprints, but it seems c++ is faster.
Thanks! I can’t believe I didn’t come across this one before, I’ve been around those pages for quite a while now. Do you know if it’s updated to the current API? I’ve heard they’ve changed a lot of stuff since back then.
Throughout the tutorial are a lot of update snippets for the updates since. I was able to follow it without issues in 4.7 so I would still try. 4.8 and 4.7 API wise hasnt been an issue when upgrading my projects. Couple of renames but quick, and from what ive seen, none if any of it should pop up in this specific tutorial.