Interchange: Prevent saving debug pipeline in asset import data. The graph inspector pipeline will not be save anymore in any asset import data.

#rb jeanluc.corenthin
#rnx

[CL 26783986 by alexis matte in ue5-main branch]
This commit is contained in:
alexis matte
2023-08-02 15:21:05 -04:00
parent 8b12100fca
commit 93b7b4c546
4 changed files with 34 additions and 5 deletions
@@ -28,6 +28,11 @@ public:
// END Pre import pipeline properties
//////////////////////////////////////////////////////////////////////////
/*
* This pipeline must never be save into any asset import data
*/
virtual bool SupportReimport() const override { return false; }
protected:
virtual void ExecutePipeline(UInterchangeBaseNodeContainer* BaseNodeContainer, const TArray<UInterchangeSourceData*>& SourceDatas) override;