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&40;&41;
Remarks
This function cancel all task and finish them has fast as possible. We use this if the user cancel the work or if the editor is exiting.
- This is a asynchronous call, tasks will be completed (cancel) soon.