Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Public/SourceUri.h |
Include |
#include "SourceUri.h" |
class FSourceUri
URI container class used for referencing external sources. TODO - A proper standardized version should be implemented in a Runtime/Core module to unify all URI implementations across the engine. For example, a URI implementation is provided in Plugins\Media\ElectraPlayer\Source\ElectraPlayerRuntime\Private\Runtime\Utilities\URI.h
Name | Description | |
---|---|---|
|
FSourceUri() |
|
|
FSourceUri ( |
|
|
FSourceUri |
|
|
FSourceUri |
Name | Description | ||
---|---|---|---|
|
FromAssetData ( |
Try to get the FSourceUri registered in the AssetData. |
|
|
FromFilePath ( |
Generate a FSourceUri from the given filepath. |
|
|
GetAssetDataTag() |
Returns the Tag that should be used for registering the SourceUri of an asset in its corresponding FAssetData. |
|
|
const FStrin... |
GetFileScheme() |
Return the scheme used for file URIs : "file" |
|
GetPath() |
Return the path of the FSourceUri |
|
|
GetQuery() |
||
|
GetQueryMap() |
||
|
GetScheme() |
||
|
HasScheme ( |
Check if the FSourceUri has the provided scheme. |
|
|
IsValid() |
Return if the FSourceUri is a properly structure valid uri. |
|
|
const FStrin... |
ToString() |
Return the FSourceUri as a string. |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |