Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Find all pipeline candidates (C++, Blueprint, and Python). @Param SourceData - The source data you need a translator for.
| Name | FindPipelineCandidate |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
void FindPipelineCandidate
(
TArray < UClass * > & PipelineCandidates
)
return a matching translator, or nullptr if there is no match.