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 EDatasmithImportActorPolicy
{
Update,
Full,
Ignore,
}
Values
| Name | Description |
|---|---|
| Update | Import new actors, update and delete existing actors. |
| Full | Same as update but recreates deleted actors so that the source and destination are the same. |
| Ignore | Skip importing a certain type of actors |