Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
Non-virtual helper that allows Blueprint to implement an event-based function. The Interchange manager calls this function, not the virtual one that is called by the default implementation.
| Name | ScriptedExecuteExportPipeline |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
UFUNCTION (BlueprintCallable, BlueprintNativeEvent, Category="Interchange | Pipeline")
void ScriptedExecuteExportPipeline
(
UInterchangeBaseNodeContainer * BaseNodeContainer
)