Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h |
Include |
#include "InterchangeManager.h" |
Source |
/Engine/Source/Runtime/Experimental/Interchange/Engine/Private/InterchangeManager.cpp |
UInterchangeTranslatorBase * GetTranslatorSupportingPayloadInterfaceForSourceData
(
const UInterchangeSourceData * SourceData,
const UClass * PayloadInterfaceClass
) const
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.