Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeFactoryBaseNode.h |
| Include | #include "Nodes/InterchangeFactoryBaseNode.h" |
Syntax
enum EReimportStrategyFlags
{
ApplyNoProperties,
ApplyPipelineProperties,
ApplyEditorChangedProperties,
}
Values
| Name | Description |
|---|---|
| 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. |