Navigation
Unreal Engine C++ API Reference > Plugins > DatasmithContent
References
Module | DatasmithContent |
Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
Include | #include "DatasmithImportOptions.h" |
Syntax
enum EDatasmithImportAssetConflictPolicy
&123;
Replace,
Update,
Use,
Ignore,
&125;
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 |