Does UE4 support Plugins with a Documentation Folder for UDN Files

I have multiple plugins that I would like the UE4 Editor to support tooltips, along with the extended tooltips Documentation Link when you use CTRL+ALT. How can you configure the engine to look in a plugin to get these files, or does a user have to manually copy them into the engine files. If it’s not supported, can this be an enhancement request?

To reproduce Open any Blueprint with an Event Graph, Hover the mouse over the Event Graph in the My Blueprint tree, Notice how the tooltip has an option for a ctrl+alt for more details, they will show you a hyperlink to open the docs. We have custom Nodes, where we want to be able to link directly to a doc source. Currently, they just show the name of the Node.

You can see how Epic describes their internal guidelines. /Engine/Documentation/Source/DocumentationGuidelines/DocumentationGuidelines.INT.udn

or someone has the source up on GitHub (not me)

Similar questions