External Documentation
Adds an External Documentation option to the context menu of Call Function graph nodes.

Add a DocsURL value to a UFUNCTION and it will be detected and used with the context menu command.
UFUNCTION(BlueprintCallable, DisplayName = "Set Baseline", Category = "NEXUS|Developer",
meta=(DocsURL="https://nexus-framework.com/docs/plugins/core/types/developer-subsystem/#setting-a-baseline"))
void SetBaseline();
tip
If you would like to open multiple external links seperate them with a comma.
meta=(DocsURL="https://address.one,https://address.two"))
warning
Yes, we have hijacked the DocsURL option, but we feel like it is globally understood and should not conflict with anything.