Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeTranslatorBase
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeTranslatorBase.h |
| Include | #include "InterchangeTranslatorBase.h" |
virtual bool Translate
(
UInterchangeBaseNodeContainer & BaseNodeContainer
) 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. |