IUriResolver::GetOrCreateExternalSource

Return the [FExternalSource](API\Plugins\ExternalSource\FExternalSource) associated to the given Uri, either by creating it or returning a cached value.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IUriResolver::GetOrCreateExternalSource()

FDirectLinkUriResolver::GetOrCreateExternalSource()

References

Module

ExternalSource

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Public/IUriResolver.h

Include

#include "IUriResolver.h"

Syntax

TSharedPtr< FExternalSource > GetOrCreateExternalSource
(
    const FSourceUri & Uri
) const

Remarks

Return the FExternalSource associated to the given Uri, either by creating it or returning a cached value. Returns nullptr if the Uri is not compatible.