Navigation
API > API/Plugins > API/Plugins/DirectLinkExtension > API/Plugins/DirectLinkExtension/IDirectLinkManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FDirectLinkExternalSource > GetOrCreateExternalSource
(
const DirectLink::FSourceHandle& SourceHandle |
Get the FDirectLinkExternalSource associated to the given DirectLink::FSourceHandle, either by creating it or returning a cached value. | IDirectLinkManager.h | |
TSharedPtr< FDirectLinkExternalSource > GetOrCreateExternalSource
(
const FSourceUri& Uri |
Get the FDirectLinkExternalSource associated to the given Uri, either by creating it or returning a cached value. | IDirectLinkManager.h |
GetOrCreateExternalSource(const DirectLink::FSourceHandle &)
Description
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.
| Name | GetOrCreateExternalSource |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DirectLinkExtension/Public/IDirectLinkManager.h |
| Include Path | #include "IDirectLinkManager.h" |
TSharedPtr < FDirectLinkExternalSource > GetOrCreateExternalSource
(
const DirectLink::FSourceHandle & SourceHandle
)
The FDirectLinkExternalSource associated to the DirectLink source.
Parameters
| Name | Remarks |
|---|---|
| SourceHandle | The handle of the DirectLink source. |
GetOrCreateExternalSource(const FSourceUri &)
Description
Get the FDirectLinkExternalSource associated to the given Uri, either by creating it or returning a cached value. The FDirectLinkExternalSource is in a disconnected state by default. Return nullptr if the Uri is not compatible.
| Name | GetOrCreateExternalSource |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DirectLinkExtension/Public/IDirectLinkManager.h |
| Include Path | #include "IDirectLinkManager.h" |
TSharedPtr < FDirectLinkExternalSource > GetOrCreateExternalSource
(
const FSourceUri & Uri
)
The FDirectLinkExternalSource associated to the DirectLink source.
Parameters
| Name | Remarks |
|---|---|
| Uri | The Uri describing a DirectLink source. |