Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| Name | EDatasmithImportActorPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
| Include Path | #include "DatasmithImportOptions.h" |
Syntax
enum EDatasmithImportActorPolicy
{
Update,
Full,
Ignore,
}
Values
| Name | Remarks |
|---|---|
| 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 |