Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeTranslatorBase
Description
Release source is called when we do not need anymore the translator source and also early in the cancel process. This is where out of process translator will send the stop command. A good example of why its useful to release the source is when the dispatcher delete the worker, the join on the thread will be very short and will not block the main thread. If the worker stop command was send before the completion task.
| Name | ReleaseSource |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeTranslatorBase.h |
| Include Path | #include "InterchangeTranslatorBase.h" |
virtual void ReleaseSource()