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 |
bool CanTranslateSourceData
(
const UInterchangeSourceData * SourceData
) const
Look if there is a registered translator for this source data. This allow us to by pass the original asset tools system to import supported asset. SourceData - The source data input we want to translate to Uod
True if there is a registered translator that can handle handle this source data, false otherwise.