Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeProjectSettingsScrip-
Description
- Pipeline stack store SoftObjectPath which are not supported in python, you can use this function to retrieve the object from FInterchangeTranslatorPipelines.
-
It return duplicated pipeline objects
| Name | GetPipelineArrayFromTranslatorPipelines |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeProjectSettings.h |
| Include Path | #include "InterchangeProjectSettings.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeProjectSettings.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange Settings")
static TArray < UInterchangePipelineBase * > GetPipelineArrayFromTranslatorPipelines
(
const FInterchangeTranslatorPipelines & InterchangeTranslatorPipeline
)