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 CanTranslateSourceDataWithPayloadInterface
(
const UInterchangeSourceData * SourceData,
const UClass * PayloadInterfaceClass
) const
Look if there is a translator registered that can translate the source data with the specified PayloadInterface SourceData - The source data input we want to translate to Uod
true if the source data can be translated using the specified PayloadInterface, false otherwise.