Navigation
API > API/Plugins > API/Plugins/DirectLinkExtension > API/Plugins/DirectLinkExtension/IDirectLinkManager > API/Plugins/DirectLinkExtension/IDirectLinkManager/GetOrCreateExternalSource
References
| Module | DirectLinkExtension |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DirectLinkExtension/Public/IDirectLinkManager.h |
| Include | #include "IDirectLinkManager.h" |
TSharedPtr< FDirectLinkExternalSource > GetOrCreateExternalSource
&40;
const DirectLink::FSourceHandle & SourceHandle
&41;
Remarks
Get the FDirectLinkExternalSource associated to the given DirectLink::FSourceHandle, either by creating it or returning a cached value. The FDirectLinkExternalSource is in a disconnected state by default. Return nullptr if the FSourceHandle is not recognized. The FDirectLinkExternalSource associated to the DirectLink source.
Parameters
| Name | Description |
|---|---|
| SourceHandle | The handle of the DirectLink source. |