Api Documentation Issue

Hi! First of all, love the engine. Been using it for close to a year. A “recent” update to the API docs has been giving me issues, though. I went as far as to create a (free) chrome add-on to fix it for me.

The issue is most obvious on methods like this: https://docs.unrealengine.com/latest/INT/API/Runtime/Core/Math/FMatrix/GetTransposed/index.html.

That source block is virtually unreadable with the markdown-style “links” to properties. Please consider one of the following 3 options:

  • Undo this change,
  • Change it to a span with a tooltip; or,
  • Use the link system implemented by my chrome addon.

Thanks.