Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeTranslatorBase
Description
Return true if the translator can be instantiate more then one time. Some translator are not thread safe and cannot translate two files in same time. A non thread safe translator could use the InterchangeWorker program to run in a separate process and return true.
| Name | IsThreadSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeTranslatorBase.h |
| Include Path | #include "InterchangeTranslatorBase.h" |
virtual bool IsThreadSafe() const