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 * GetTranslatorForSourceData
(
const UInterchangeSourceData * SourceData
) const
Return the first translator that can translate the source data. SourceData - The source data for which we search a translator.
return a matching translator or nullptr if there is no match.