Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Check whether there is a translator registered that can translate the source data with the specified PayloadInterface. @Param SourceData - The source data input you want to translate to Uod.
| Name | CanTranslateSourceDataWithPayloadInterface |
| 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 |
bool CanTranslateSourceDataWithPayloadInterface
(
const UInterchangeSourceData * SourceData,
const UClass * PayloadInterfaceClass
) const
true if the source data can be translated using the specified PayloadInterface, or false otherwise.