UInterchangeManager::GetTranslatorForSourceData

Return the first translator that can translate the 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

UInterchangeTranslatorBase * GetTranslatorForSourceData
(
    const UInterchangeSourceData * SourceData
) const

Remarks

Return the first translator that can translate the source data. SourceData - The source data for which we search a translator.

Returns

return a matching translator or nullptr if there is no match.