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 |
void CancelAllTasks()
Remarks
This function cancels all tasks and finishes them as fast as possible. We use this if the user cancels the work or if the editor exits.
- This is a asynchronous call. Tasks will be completed (canceled) soon.