More Resources for C++ Programmers?

Hi calben,

While I agree that we do have more tutorials out there for the blueprint system, there are quite a few resources for C++ through our documentation and wiki. The first place to look would be at the programming section of the documentation.

https://docs.unrealengine.com/latest/INT/Programming/index.html

After that, you can look at the wiki, which has tutorials written by us and the community such as the following by Rama.

Otherwise, searching for specific problems on answerhub and the forums will most of the time turn up some results of someone else asking the same question. As far as the mixed tutorials go, that is actually how I’d do my own personal projects. I use C++ for most things as it is more efficient, but I tend to use blueprints for some things like assigning static meshes and such, as it tends to be more simple.

Have a nice day,