Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/MaterialX > API/Plugins/InterchangeImport/MaterialX/UInterchangeMaterialXTranslator
- UInterchangeTranslatorBase::Translate()
- UInterchangeMaterialXTranslator::Translate()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/MaterialX/InterchangeMaterialXTranslator.h |
| Include | #include "MaterialX/InterchangeMaterialXTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/MaterialX/InterchangeMaterialXTranslator.cpp |
virtual bool Translate
(
UInterchangeBaseNodeContainer & BaseNodeContainer
) const
Remarks
Translate the associated source data into a node hold by the specified nodes container. true if the translator can translate the source data, false otherwise.
Parameters
| Name | Description |
|---|---|
| BaseNodeContainer | The container where to add the translated Interchange nodes. |