Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Fbx > API/Plugins/InterchangeImport/Fbx/UInterchangeFbxTranslator
- UInterchangeTranslatorBase::Translate()
- UInterchangeFbxTranslator::Translate()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Fbx/InterchangeFbxTranslator.h |
| Include | #include "Fbx/InterchangeFbxTranslator.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Fbx/InterchangeFbxTranslator.cpp |
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. |