Feedback on the new docs site

[=“Richard_Hinckley, post:602, topic:126746”]

Thanks, Nooxet! The normal Git Pull request procedure should apply here, you’d just be submitting comments instead of the usual bug fixes or new features. Our API reference is generated based on code comments, so yours would be included the next time we update the API ref, which is typically once per major release.

As a side note, have you considered using Epic Online Services (EOS)? EOS is sort of “OSS 2.0”, and it does a lot of really powerful stuff. In case you’re interested, here’s the top page, and the top-level documentation page for EOS. It also has its own API reference, samples, and thorough documentation.

You can find more information about contributing to the engine here: https://docs.unrealengine.com/en-US/…eal/index.html

If you’d like to write snippets of sample code that we can use on specific API reference pages, instructions for that are here: https://docs.unrealengine.com/en-US/…ets/index.html

And this page tells you how to get the latest engine code from Epic: https://docs.unrealengine.com/en-US/…ets/index.html

Thanks again for your interest in our API reference!
[/]

Thanks for your reply, I will be making pull-requests soon. I had not seen the EOS system, I just got OSS to work, but it definitely looks interesting so I might indeed rewrite some stuff :slight_smile:
I would also be happy to provide example code, as I often search for it myself when trying to understand how the engine works.

Cheers