Navigation
API > API/Runtime > API/Runtime/InterchangeCore
| Name | EReimportStrategyFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeFactoryBaseNode.h |
| Include Path | #include "Nodes/InterchangeFactoryBaseNode.h" |
Syntax
enum EReimportStrategyFlags
{
ApplyNoProperties,
ApplyPipelineProperties,
ApplyEditorChangedProperties,
}
Values
| Name | Remarks |
|---|---|
| ApplyNoProperties | Do not apply any properties when reimporting. Simply change the source data. |
| ApplyPipelineProperties | Always apply all properties specified by the pipeline. |
| ApplyEditorChangedProperties | Always apply all properties specified by the pipeline, but leave the properties that were modified in the editor since the last import. |