Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Return the first translator that can translate the source data. @Param SourceData - The source data that you want a translator for.
| Name | GetTranslatorForSourceData |
| 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 |
UFUNCTION (BlueprintCallable, Category="Interchange | Import Manager")
UInterchangeTranslatorBase * GetTranslatorForSourceData
(
const UInterchangeSourceData * SourceData
) const
return a matching translator, or nullptr if no translators exist for the source data.