Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| Name | EDatasmithImportAssetConflictPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
| Include Path | #include "DatasmithImportOptions.h" |
Syntax
enum EDatasmithImportAssetConflictPolicy
{
Replace,
Update,
Use,
Ignore,
}
Values
| Name | Remarks |
|---|---|
| Replace | Replace existing asset with new one |
| Update | Update existing asset with new values |
| Use | Use existing asset instead of creating new one |
| Ignore | Skip new asset |