UInterchangeManager::CanTranslateSourceData

Look if there is a registered translator for this source data.

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 CanTranslateSourceData
(
    const UInterchangeSourceData * SourceData
) const

Remarks

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

Returns

True if there is a registered translator that can handle handle this source data, false otherwise.