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 IsThreadSafe() const
Remarks
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.