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
(
const UClass * TranslatorClass
)
Remarks
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. true if the translator class can be registered, or false otherwise.