Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
bool RegisterTranslator
&40;
const UClass &42; TranslatorClass
&41;
Remarks
Any translator must register to the manager Translator - The UClass of the translator you want to register if you register multiple time the same class it will return true for every call The order in which the translators are registered will be the same as the order used to select a translator to import a file true if the translator class can be register false otherwise.