Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
End UObject overrides If this returns true, this pipeline will be saved in the asset import data. We will reuse this pipeline when reimporting the asset. If false, it's probably a debug helper pipeline that we do not want to save into assets.
| Name | SupportReimport |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
UFUNCTION (BlueprintCallable, Category="Interchange | Pipeline")
virtual bool SupportReimport() const