UInterchangeManager::CanTranslateSourceDataWithPayloadInterface

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

Choose your operating system:

Windows

macOS

Linux

References

Module

InterchangeEngine

Header

/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h

Include

#include "InterchangeManager.h"

Source

/Engine/Source/Runtime/Experimental/Interchange/Engine/Private/InterchangeManager.cpp

Syntax

bool CanTranslateSourceDataWithPayloadInterface
(
    const UInterchangeSourceData * SourceData,
    const UClass * PayloadInterfaceClass
) 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

Returns

true if the source data can be translated using the specified PayloadInterface, false otherwise.