Choose your operating system:
Windows
macOS
Linux
| UInterchangePipelineBase::ExecutePreImportPipeline()
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithTextureImporter.h |
Include |
#include "DatasmithTextureImporter.h" |
Source |
/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithTextureImporter.cpp |
virtual bool ExecutePreImportPipeline
(
UInterchangeBaseNodeContainer * BaseNodeContainer,
const TArray< UInterchangeSourceData * > & SourceDatas
)
This function can modify the BaseNodeContainer to create a pipeline that will set the graph and the nodes options has it want it to be imported by the factories The interchange manager is not calling this function directly. It is calling the blueprint native event in case this object is a blueprint derive object. By default the scripted implementation is calling this virtual pipeline.