Navigation
API > API/Plugins > API/Plugins/DirectLinkExtension > API/Plugins/DirectLinkExtension/IDirectLinkManager
References
| Module | DirectLinkExtension |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DirectLinkExtension/Public/IDirectLinkManager.h |
| Include | #include "IDirectLinkManager.h" |
FSourceUri GetUriFromSourceHandle
&40;
const DirectLink::FSourceHandle & SourceHandle
&41;
Remarks
Get the SourceUri referencing the DirectLink source associated to the passed SourceHandle. The SourceUri associated to the DirectLink source. If the SourceHandle didn't match a source, the returned FSourceUri is invalid.
Parameters
| Name | Description |
|---|---|
| SourceHandle | The DirectLink source handle for which we want the Uri. |