Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeTranslatorBase
- UInterchangeTranslatorBase::Translate()
- UInterchangePSDTranslator::Translate()
- UInterchangePCXTranslator::Translate()
- UInterchangeJPGTranslator::Translate()
- UInterchangeIESTranslator::Translate()
- UInterchangeFbxTranslator::Translate()
- UInterchangeImageWrapperTranslator::Translate()
- UInterchangeMaterialXTranslator::Translate()
- UInterchangeDDSTranslator::Translate()
- UInterchangeOBJTranslator::Translate()
- UInterchangeGLTFTranslator::Translate()
- UInterchangeDatasmithTranslator::Translate()
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeTranslatorBase.h |
| Include | #include "InterchangeTranslatorBase.h" |
virtual bool Translate
&40;
UInterchangeBaseNodeContainer & BaseNodeContainer
&41; const
Remarks
Translate the associated source data into node(s) that are hold in the specified nodes container. true if the translator can translate the source data, false otherwise.
Parameters
| Name | Description |
|---|---|
| BaseNodeContainer | The nodes container where to put the translated source data result. |