Unreal Engine 4 (4.22) Offline Documentation

I was interested in getting this going again. Every year I need an up-to-date copy of the offline documentation for use in the GDC TrainJam and end up recreating the wheel in the process!

Here’s what I found worked pretty well for httrack:

The real problem is that much of the web site will refuse to load and run if you just open the files directly in a browser (the classic can’t load file: from file: rejection that protects against virus-like activity). To get around this you MUST start a local server and serve the files. There is no good alternative any more with modern browsers made the way they are.

To this end, I have created a little project that automates all the scraping and will run the server. You can check it out here: GitHub - Olliebrown/UE4DocScraper: Tool for scraping the UE4 documentation for local/offline brows

It is WIP and your mileage may vary but just in the spirit of sharing!

Seth B.

1 Like