I usually get to documentation articles through a google search, and as a C++ developer I am usually interested in C++ API topics, always confused, when can not go from Doc or Blueprint to C++ API Reference. Especially when seek for something like Player Controller in google and get to Player Controller philosophical page, but not to APlayerController API reference page.
I know I’m late but
We NEED more examples and lists of constants for names. Things like socket Types don’t have any info. In the documentation right now you just say SOCKET TYPE. And I’m like SURE what are the constants to follow to write in .(Talking about CreateSocket for Networking) Less blueprint. The more I look the more it seems like there’s barely any text info on the c++ API.