Choose your operating system:
Windows
macOS
Linux
| IUriResolver
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Public/IUriResolver.h |
Include |
#include "IUriResolver.h" |
class IUriResolver
Name | Description | |
---|---|---|
|
~IUriResolver() |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
BrowseExternalSource ( |
Open a dialog window for browsing ExternalSources associated to this UriResolver |
|
CanResolveUri ( |
Return true if the UriResolver can generate a FExternalSource from the given Uri. |
|
|
TSharedPtr< ... |
GetOrCreateExternalSource ( |
Return the FExternalSource associated to the given Uri, either by creating it or returning a cached value. |
|
GetScheme() |
Return the URI scheme handled by the UriResolver. |