Navigation
API > API/Plugins > API/Plugins/DatasmithContent
References
| |
|
| Module |
DatasmithContent |
| Header |
/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
| Include |
#include "DatasmithImportOptions.h" |
Syntax
enum EDatasmithImportAssetConflictPolicy
{
Replace,
Update,
Use,
Ignore,
}
Values
| Name |
Description |
| 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 |