Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
All translators must be registered with the manager. @Param Translator - The UClass of the translator you want to register. @Note If you register the same class multiple times, this returns true for every call. @Note The order in which the translators are registered will be the same as the order used to select a translator to import a file.
| Name | RegisterTranslator |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
bool RegisterTranslator
(
const UClass * TranslatorClass
)
true if the translator class can be registered, or false otherwise.