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 &42; GetTranslatorSupportingPayloadInterfaceForSourceData
&40;
const UInterchangeSourceData &42; SourceData,
const UClass &42; PayloadInterfaceClass
&41; const
Remarks
Return the first translator that can translate the source data with the specified PayloadInterface. SourceData - The source data for which we search a translator. PayloadInterfaceClass - The PayloadInterface that the translator must implement. return a matching translator implementing the specified PayloadInterface or nullptr if there is no match.