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 |
bool CanTranslateSourceDataWithPayloadInterface
&40;
const UInterchangeSourceData &42; SourceData,
const UClass &42; PayloadInterfaceClass
&41; const
Remarks
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.