Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
UInterchangeTranslatorBase * GetTranslatorSupportingPayloadInterfaceForSourceData
(
const UInterchangeSourceData * SourceData,
const UClass * PayloadInterfaceClass
) const
Remarks
Return the first translator that can translate the source data with the specified PayloadInterface. @Param SourceData - The source data that you want a translator for. @Param PayloadInterfaceClass - The PayloadInterface that the translator must implement. return a matching translator that implements the specified PayloadInterface, or nullptr if none exists.