Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
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.
| Name | CancelAllTasks |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Import Manager")
void CancelAllTasks()