Navigation
API > API/Plugins > API/Plugins/DatasmithContent
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithAssetImportData.h |
| Include | #include "DatasmithAssetImportData.h" |
Syntax
USTRUCT ()
struct FDatasmithImportInfo
Remarks
Structure that fill the same role as FAssetImportInfo, but for SourceUri. Eventually, the SourceUri should be directly added to FAssetImportInfo and replace the "RelativeFilename".
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | SourceHash | The MD5 hash of the source when it was imported. Should be updated alongside the SourceUri | |
| FString | SourceUri | The Uri of to the source that this asset was imported from. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDatasmithImportInfo
(
const FString& InSourceUri, |
|||
FDatasmithImportInfo
(
const FString& InSourceUri, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetAssetRegistryTags
(
FAssetRegistryTagsContext Context |
||
| void | GetAssetRegistryTags
(
TArray< UObject::FAssetRegistryTag >& OutTags |