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 framework calls this function, not the virtual one that is called by the default implementation.
| Name | ScriptedSetReimportSourceIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
UFUNCTION (BlueprintNativeEvent, BlueprintCallable, Category="Interchange | Pipeline")
void ScriptedSetReimportSourceIndex
(
UClass * ReimportObjectClass,
const int32 SourceFileIndex
)