You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
+5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user