Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
ScriptedExecutePipeline, is call after the translation and before we parse the graph to call the factory. This is where factory node should be created by the pipeline. Each factory node represent an unreal asset create that will be create by an interchange factory.
- the FTaskPipeline is calling this function not the virtual one that is call by the default implementation.
| Name | ScriptedExecutePipeline |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
UFUNCTION (BlueprintNativeEvent, BlueprintCallable, Category="Interchange | Pipeline")
void ScriptedExecutePipeline
(
UInterchangeBaseNodeContainer * BaseNodeContainer,
const TArray < UInterchangeSourceData * > & SourceDatas,
const FString & ContentBasePath
)