Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Public/IUriManager.h |
Include |
#include "IUriManager.h" |
class IUriManager
Name | Description | |
---|---|---|
|
~IUriManager() |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
BrowseExternalSource ( |
Open a dialog window for browsing ExternalSource based on the passed URI Scheme |
|
CanResolveUri ( |
Return true if there is a registered UriResolver that can generate a FExternalSource from the given Uri. |
|
|
TSharedPtr< ... |
GetOrCreateExternalSource ( |
Using the registered UriManagers, return the FExternalSource associated to the given Uri, either by creating it or returning a cached value. |
|
const TArray... |
GetSupportedSchemes() |
Return an array containing all the scheme supported by the registered URiResolvers. |
|
RegisterResolver ( |
Register the provided UriResolver in the manager. |
|
|
TSharedPtr< ... |
TryGetExternalSourceFromImportData ( |
|
|
UnregisterResolver ( |
Unregister the UriResolver associated to the provided name. |